Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: System(), writing to a new file

by zork42 (Monk)
on Jul 19, 2013 at 15:16 UTC ( [id://1045374]=note: print w/replies, xml ) Need Help??


in reply to System(), writing to a new file

Using the sort -o flag from Anonymous Monk's post...

You might want to consider this:
my $error_message = `sort -o $outfile $infile 2>&1`
The "2>&1" bit redirects errors on STDERR to STDOUT, and the latter will be saved in $error_message.

Log In?
Username:
Password:

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

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

    No recent polls found