I'd like to call the API1 function Mysql::adddb from a Perl cPanel module I wrote. It is trivial to call API2 functions by just use'ing the necessary module and calling the api2_ sub, but this does not seem to be the case with API1. Is there an easy way to do this?