> Hi guys, > > I was wondering if anyone knows how to execute Unix > commands in a Perl Script?
system(echo Hello World); my $output = qx(echo Hello There); print "The shell said :$output\n"; perldoc -f system perldoc perlop Jonathan Paton __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]