2011/3/3 Parag Kalra <paragka...@gmail.com>:
> Hi,
>
> I have this basic question from a long time now, so thought of asking.
>
> A Perl script may have many functions. When we execute the script via Perl
> Interpreter, does all the functions are loaded into memory?
>

Though there is a stuff called "AUTOLOAD", but I think all the
functions have been loaded into the memory once the script is run.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to