bharatbsharma has asked for the wisdom of the Perl Monks concerning the following question:

I want to declare all the variable in file and want main program to use all the file for variables. In TCL this is possible by simply doing "source" of the file. This is possibe in perl too, if yes then how?

Replies are listed 'Best First'.
Re: source file
by keszler (Priest) on Sep 12, 2011 at 10:58 UTC
Re: source file
by Anonymous Monk on Sep 12, 2011 at 10:42 UTC