Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Re: Perl script crashing at lockfile ?

by robartes (Priest)
on Oct 01, 2003 at 12:21 UTC ( [id://295586]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://295586]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-03-29 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found