Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: system/exec and %ENV

by Hue-Bond (Priest)
on Jul 16, 2008 at 06:37 UTC ( [id://697867]=note: print w/replies, xml ) Need Help??


in reply to Re^2: system/exec and %ENV
in thread system/exec and %ENV

Had you used warnings, you'd have got an error message:

use strict; use warnings; exec 'date'; print "still alive\n";
Statement unlikely to be reached at - line 5. (Maybe you meant system() when you said exec()?) Wed Jul 16 08:36:05 CEST 2008

--
David Serrano

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-25 23:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found