in reply to Perl script crashing at lockfile ?
You're running under taint mode and don't appear to be setting $ENV{PATH}. You can't execute external programs under taint without setting the PATH env var. Better still is to write the lockfile code in pure Perl.
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl script crashing at lockfile ?
by peterr (Scribe) on Oct 08, 2003 at 02:17 UTC | |
by hardburn (Abbot) on Oct 08, 2003 at 13:36 UTC |