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

Re: Re: Eval and system()

by camelman (Sexton)
on Sep 05, 2001 at 19:36 UTC ( [id://110329]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    eval { system "fake command" && print "Blah1\n" };
    
  2. or download this
    eval {system ("fake command")} or print "Blah1\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-19 16:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found