![]() |
|
XP is just a number | |
PerlMonks |
Re: what does IO::File=GLOB mean?by pc88mxer (Vicar) |
on Jul 25, 2008 at 19:57 UTC ( #700214=note: print w/replies, xml ) | Need Help?? |
You are printing the file handle reference. It is coming from this line:
In order to have perl treat $fh as a file handle, you need to use one of the following:
In Section
Seekers of Perl Wisdom
|
|