in reply to Re: Re: Perl script crashing at lockfile ?
in thread Perl script crashing at lockfile ?

On most *nix systems, the PATH environment var is a colon-delimited list of directories where programs can be executed without specifying the full path. Setting it to /bin:/usr/bin is typical.

----
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