Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: local() for scalar file slurping

by sh1tn (Priest)
on Aug 09, 2006 at 10:10 UTC ( [id://566374]=note: print w/replies, xml ) Need Help??


in reply to local() for scalar file slurping

TMTOWTDI: force list context
my $file_data = join q{}, @{[<$fh>]};


Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-03-28 16:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found