Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Random entry from combined data set

by dvergin (Monsignor)
on Jul 04, 2001 at 07:46 UTC ( [id://93771]=note: print w/replies, xml ) Need Help??


in reply to Re: Random entry from combined data set
in thread Random entry from combined data set

Actually, you don't need to:

      push @array,$_ while <FH>;

'push' takes a list as its second parameter, so:

      push @array, <FH>;

for each file works fine.

  • Comment on Re: Re: Random entry from combined data set

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-25 14:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found