William M West wrote:
Gunnar Hjalmarsson wrote:
William M West wrote:

@creds = grep {/./} $fh;

Try:

@creds = grep {/./} <$fh>;

ah!! i was so used to that /not/ being the case with a normal filehandle

Don't understand. Which syntax(es) are you referring to when saying that?

thank you :)

You're welcome.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
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