Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: capturing stderr of echo piped to a file

by Crackers2 (Parson)
on Oct 29, 2014 at 20:13 UTC ( [id://1105548]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ~> perl foobar.pl
    Normal STDOUT
    ...
    __END__
    
    ~>
    
  2. or download this
    ~> perl foobar.pl >>JGBtest.txt  2>&1  &
    [1] 22571
    ...
    ~> cat foobar.pl
    #!/usr/bin/perl
    sleep(100);
    

Log In?
Username:
Password:

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

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

    No recent polls found