in reply to
Perl equivalent of C's #include
Yes, you can put them in a seperate file and use the file like so:
require 'file.pl';
[download]
You'll need to add a "1;" on the last line of the file so it'll return true.
update
: read the perldoc's on
require
and
use
.
--
ar0n
|| Just Another Perl Joe
Comment on
Re: Perl equivalent of C's #include
Download
Code
In Section
Seekers of Perl Wisdom