in reply to Perl die after executing external program
What should $result contain? Is it possible that the return value is either '0', or an empty string (either of which would evaluate to false, triggering the die.)
Your writeup states that the external command is executing correctly (if I understand what you're saying). But if it weren't executing correctly I might ask if it's running with the same permissions you have.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl die after executing external program
by aullah (Initiate) on Apr 28, 2011 at 20:29 UTC | |
by mr_mischief (Monsignor) on Apr 29, 2011 at 12:51 UTC | |
by aullah (Initiate) on Apr 29, 2011 at 13:09 UTC | |
by mr_mischief (Monsignor) on Apr 29, 2011 at 13:18 UTC | |
by aullah (Initiate) on Apr 29, 2011 at 13:46 UTC | |
|