Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: WHy error message is printed in STDOUT?

by Albannach (Monsignor)
on Apr 12, 2006 at 14:05 UTC ( [id://542845]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $cmd = 'del nonexistent.file'; 
    chomp($res = `$cmd 2>&1`);
    print "\n[Command is :: ", $cmd, "]\n[RESULT:: ", $res,"]\n\n";
    
  2. or download this
    [Command is :: del nonexistent.file]
    [RESULT:: Could Not Find C:\My Documents\foo\Perl\dl\debug\nonexistent
    +.file]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-25 11:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found