in reply to Using php like includes in perl script?

Take a look at the do function .. You can also create a module for your common code .. take a look at the "Writing, Installing, and Using Perl Modules" section of the Tutorials.. especially Including files
  • Comment on Re: Using php like includes in perl script?

Replies are listed 'Best First'.
Re^2: Using php like includes in perl script?
by singlespeed (Initiate) on Feb 22, 2006 at 16:16 UTC
    thanks! I'll check that out.