Results 1 to 2 of 2
In C I can just compile several files, and then link them together at once. However, in Perl, how is this done? Can I have multiple source code files with ...
- 03-31-2007 #1
Multiple Source Files in Perl.....
In C I can just compile several files, and then link them together at once. However, in Perl, how is this done? Can I have multiple source code files with global data and the such? Thanks!
- 03-31-2007 #2
There are three ways to include a file in Perl, and they all do something different:
http://perldoc.perl.org/functions/do.html
http://perldoc.perl.org/functions/require.html
http://perldoc.perl.org/functions/use.htmlFlies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794


Reply With Quote