in reply to Re: Wierd error message
in thread Wierd error message

This use of while doesn't seem to set $_ for me. Which version of Perl are you using?

Replies are listed 'Best First'.
Re^3: Wierd error message
by Zaxo (Archbishop) on Aug 17, 2006 at 01:13 UTC

    I was thinking of while (<$fh>) { }, which does.

    After Compline,
    Zaxo