It depends on exacly what you are trying to do. "do" executes a script. `perl foo.pl` runs the script and returns the output. "system" runs the script, no output returned. "eval" runs a piece of code (usually for dynamic code).
Rob -----Original Message----- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 11:54 AM To: [EMAIL PROTECTED] Subject: Execute perl Script How do you execute a perlscript within a perl script via the web? Mike -- 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]