Hi, On Thursday 14 November 2002 12:43, Olympio Raymond wrote: > So, is it possible to run a perl script into an other one ?
You can use either system() or exec(). The difference is, that exec() doesnt return to the calling script, which basically means, your script will end after calling this function. Cheers, Jan -- cat /dev/world | perl -e "while (<>) {(/(^.*? \?) 42 \!/) && (print $1)}" errors->(c) - -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]