For your Reference
use strict; use warnings; testing("ARG1"); sub AUTOLOAD { my $pg = our $AUTOLOAD; print "Function Name ->$pg<-\n"; print "Arguments ". join "\n", @_; }
Output will be:
Function Name ->main::testing<-
Arguments ARG1
In reply to Re: autoload usage
by perlthirst
in thread autoload usage
by vinoth.ree
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |