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? Sometimes we just like to keep the coded functions in the script with the idea that we may need them in future. Will removing an un-called functions improve the execution time? ~Parag