in reply to
Re: File Test
in thread
File Test
Under UNIX, you could parse the output of the
lsof
program (if available).
Comment on
Re: Re: File Test
Replies are listed 'Best First'.
Re: Re: Re: File Test
by
extremely
(Priest)
on Apr 06, 2001 at 00:12 UTC
What happens when someone else starts reading the file while you are parsing
lsof
's output? Or stops reading it, for that matter.
--
$you = new YOU;
honk() if $you->love(perl)
[reply]
In Section
Seekers of Perl Wisdom