The other poster was correct about system, exec, and backticks. But I take your 
meaning to be about including a library of functions that have been written but that 
you want to use in different places?  You should look at documentation on 'use' and on 
'require'.

perldoc -f require
perldoc -f use
perldoc perlmod

http://danconia.org


------------------------------------------------
On Thu, 14 Nov 2002 12:43:38 +0100, Olympio Raymond <[EMAIL PROTECTED]> wrote:

> Hi everybody,
> I'm a new in perl programming so i hope you won't find my question too 
> stupid. I have to run a some user-defined functions, but i don't want to 
> include them in only one script. So, is it possible to run a perl script 
> into an other one ?
> Thanks
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to