Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: best practices for checking system return values for piped commands?

by billh (Pilgrim)
on May 02, 2006 at 12:39 UTC ( [id://546873]=note: print w/replies, xml ) Need Help??


in reply to best practices for checking system return values for piped commands?

Just to add a little to what others have said, 'true' is not the best possible choice for a 2nd command since:
1. it isn't reading it's stdin in so won't detect anything wrong.
2. 'true' tries its hardest to live up to its name, always exiting with status zero.
Bill H
perl -e 'print sub { "Hello @{[shift]}!\n" }->("World")'
  • Comment on Re: best practices for checking system return values for piped commands?
  • Download Code

Replies are listed 'Best First'.
Re^2: best practices for checking system return values for piped commands?
by markjugg (Curate) on May 04, 2006 at 15:27 UTC

    "true" is a great choice to illustrate my test, as it is a great example of an utility which "succeeds" even with no input piped to it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-04-18 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found