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';
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