ktb wrote:
Is there any function that places perl code from a file into a program
as if it was just part of the program file itself?

perldoc -f use
perldoc -f require
perldoc -f eval

Will get you started. As for slurping data:

perldoc -f open
perldoc perlopentut

http://danconia.org


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to