Re: include one script in another

2004-09-16 Thread [EMAIL PROTECTED]
Thanks a mil. I will take a look. Quoting Chris Devers <[EMAIL PROTECTED]>: > On Thu, 16 Sep 2004, [EMAIL PROTECTED] wrote: > > > Please help, I need to include one perl script in another. > > Use `require` or `use`. > > Normally I'd point you to perldoc.com, but they seem to be down right >

Re: include one script in another

2004-09-16 Thread Chris Devers
On Thu, 16 Sep 2004, [EMAIL PROTECTED] wrote: > Please help, I need to include one perl script in another. Use `require` or `use`. Normally I'd point you to perldoc.com, but they seem to be down right noww, so I'll link to the Google cache as well:

include one script in another

2004-09-16 Thread [EMAIL PROTECTED]
Greetings, Please help, I need to include one perl script in another. The one script is gonna be used as a config file, ie i wanna setup some of the variables on that script so that the user can have a way of configuring the script without playing the real, working one. How do I do this? Ciao --