wrote:
> -- Forwarded message --
> From: "shawn wilson"
> Date: Nov 2, 2010 3:12 PM
> Subject: Re: checking if a file is in use
> To: "perl_haxor 123"
>
> perlmonks has a nice article on file locks in general that might be useful
> to you. i a
-- Forwarded message --
From: "shawn wilson"
Date: Nov 2, 2010 3:12 PM
Subject: Re: checking if a file is in use
To: "perl_haxor 123"
perlmonks has a nice article on file locks in general that might be useful
to you. i assume what you want to do is lock t
Hi Monnappa,
On Tuesday 02 November 2010 20:49:04 perl_haxor 123 wrote:
> Hi All,
>
> I have a directory in which i have multiple files, i have to read
> each one of them and parse the data..but there could be some files
> which are in use by some other program, how can i find which
On 11/2/10 Tue Nov 2, 2010 11:49 AM, "perl_haxor 123"
scribbled:
> Hi All,
>
> I have a directory in which i have multiple files, i have to read
> each one of them and parse the data..but there could be some files which
> are in use by some other program, how can i find which fil
Hi All,
I have a directory in which i have multiple files, i have to read
each one of them and parse the data..but there could be some files which
are in use by some other program, how can i find which files are in use by
other program in perl?...any suggestions would be really h