in reply to Detecting An Open File

Check out this node: fuser in perl it is set up for linux but you might be able to get it to work under solaris. (I'm not at all familiar with where solaris stores this kind of info)

--

flounder

Replies are listed 'Best First'.
Re: Re: Detecting An Open File
by gnu@perl (Pilgrim) on Jul 21, 2003 at 19:09 UTC
    Thanks for your input, this idea would work on solaris, I have actually already done something quite similar using Proc::ProcessTable.