On 12/22/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> How can I check inside a script to see if a file has already been
> opened early and is still open?  Does the perl interpreter keep track
> of that kind of stuff.

Maybe what you want is the function C<openhandle> from C<Scalar::Util>
module. See

    perldoc Scalar::Util

if you use 5.8 or install the module from CPAN first and then use perldoc.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to