> How do i include a shell script in perl. I have to use some shell scripts in > a perl script. I know I can write it in perl, but would like avoid doing it > at this time, due to shortage of some time.
You could execute them as you would any other program. This example uses backticks: `bob.sh` ________________________________________________________________________ This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a proactive email security service working around the clock, around the globe, visit http://www.messagelabs.com ________________________________________________________________________ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]