in reply to Re^3: when is a perl module executed?
in thread when is a perl module executed?

no its not printing 'foo'. is that because this perl file output im seeing on the browser (the perl file is a cgi file), on the internet?this module made by me resides in a diffrent directory, and i have written
use lib '/home/www/xxxxxxxxxxxxxxxxxx.org/modules';
before i write the use statement, in the perl/cgi file.