in reply to Warnings vs. Errors
See also the difference between die and warn.
update: to check for a non-zero exit code, you can do something like this in a bash/sh type shell:
update 2 please don't double post. especially not an hour after the first post.perl some_program.pl || echo "That was an error"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Warnings vs. Errors
by cormanaz (Deacon) on Aug 15, 2008 at 23:09 UTC | |
by Joost (Canon) on Aug 16, 2008 at 00:31 UTC |