in reply to Fully qualifying $AUTOLOAD

$AUTOLOAD is a package namespace variable and can be declared as such in the following way:
use vars qw($AUTOLOAD);
hth

--rW

Update: demerphq has posted a more complete answer. and recalled the caveat with using our.