Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Opening multiple files

by Anonymous Monk
on Nov 21, 2012 at 11:01 UTC ( [id://1004900]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Opening multiple files
in thread Opening multiple files

Correction

-  while( not( grep eof, @infiles ) ){

+  while( not( grep \&eof, @infiles ) ){

Replies are listed 'Best First'.
Re^4: Opening multiple files
by Anonymous Monk on Feb 27, 2013 at 10:28 UTC
    Probably want  while( not grep { eof $_ } @infiles ){

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1004900]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 03:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found