|
Posted by Jürgen Exner on June 16, 2008, 2:12 pm
Please log in for more thread options >> >I am looking for an include for perl. I know about require, use etc
>> >and use them, but I have a program that is getting large and would
>> >like to put some of the code into their own files and just use a
>> >include "filename" where the code I pulled belongs and have nothing
>> >else done to that included code other than it being inserted when the
>> >program is run.
>>
>> Are you looking for do()?
>
>Hi Jurgen. I looked at do() and it didn't seem to fit what I want.
Well, I suppose you can always run your Perl program through cpp first
and feed the result to perl.
jue
|