in reply to Re: Adding dynamic parameters to a URL
in thread Adding dynamic parameters to a URL

Well, you asked:

I'll stop there.

Replies are listed 'Best First'.
Re: Re: Re: Adding dynamic parameters to a URL
by huskey (Beadle) on Feb 03, 2003 at 17:46 UTC
    thank you for the help. just one question. the only reason i didn't use file locking was that it was my understanding that not all platforms use file locking in the same way, and as the original question did not say what platform they were using so i left it out.

      See perldoc perlopentut, specifically the section entitled File Locking. Perl will at least try and emulate something resembling flock() everywhere.