No output, just as expected.$ mkdir -p Test/Pkg $ echo 'package Thing; 1' > Test/Pkg/Thing.pm $ perl -w require Test::Pkg::Thing; my $func_name = "Test::Pkg::Thing::AUTOLOAD"; if( defined &$func_name ) # not what I expect { print "defined!\n"; } __END__ $
In reply to Re: Does AUTOLOAD exist?
by Perl Mouse
in thread Does AUTOLOAD exist?
by xevian
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |