in reply to
Re: -l file test operator
in thread
-l file test operator
The error message is "
Use of -l on filehandle $fh
". It's a non-fatal error (aka warning).
-l $fh
returns
undef
with
$!
set to "
Inappropriate ioctl for device
" on Linux.
Comment on
Re^2: -l file test operator
Select
or
Download
Code
Replies are listed 'Best First'.
Re^3: -l file test operator
by
Anonymous Monk
on Aug 20, 2009 at 06:36 UTC
oh ikegami, abubacker is supposed to respond, so he can get in the habit ...
[reply]
In Section
Seekers of Perl Wisdom