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

Whoa, hang on there.

system is a perl built-in function, so you do not need any modules installed to have it available.

lockfile is part of your operating system software (well, that's not technically completely accurate, but close enough), so it has nothing to do with Perl in itself.

Back out of that alley you've gone down and look for the solution in another direction :). Your problem is most probably situated in different behaviour of lockfile between your original and current systems.

CU
Robartes-

Replies are listed 'Best First'.
Re: Re: Re: Re: Perl script crashing at lockfile ?
by peterr (Scribe) on Oct 01, 2003 at 12:32 UTC
    >>Your problem is most probably situated in different behaviour of lockfile between your original and current systems.

    Besides Perl, all the other software (Apache, MySQL, PHP, etc, etc) on the previous website, was VERY old, ... well a considerable number of releases back.

    Peter