Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: How to run a shell script from a Perl program?

by toolic (Bishop)
on Aug 24, 2011 at 18:39 UTC ( [id://922167]=note: print w/replies, xml ) Need Help??


in reply to How to run a shell script from a Perl program?

system works for me:
use warnings; use strict; system 'abc.sh';

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://922167]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (7)
As of 2024-03-19 09:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found