Re: Perl/cgi question

2002-11-17 Thread Wiggins d'Anconia
perldoc -f system or check out the "backtick" operator. Use system if you are just wishing to receive the result code from execution, use the backticks if you need to capture the output of the command. You might also check out the expect module on CPAN and see if you can bring all of the vario

Perl/cgi question

2002-11-17 Thread Anthony Barkley
Hello, I have a perl script that needs to run other scripts in the same directory. The program is located in the /usr/bin/perl as well as the other scripts that its has to run. Those other scripts are Expect scripts that requier a parameter to run. example from command line: ../change pod would ru