in reply to Eval and system()
The next example dies because system() returns the exit-code of the command it runs.
Unix commands return 0 on success, which is false for Perl, hence it dies.
Update: fixed typos
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Eval and system()
by camelman (Sexton) on Sep 05, 2001 at 17:13 UTC | |
by busunsl (Vicar) on Sep 05, 2001 at 17:20 UTC |