Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Perl Idioms Explained - my $string = do { local $/; <FILEHANDLE> };

by antirice (Priest)
on Aug 29, 2003 at 20:31 UTC ( [id://287827]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $slurp = join $/, <FH>;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
                Rate  listjoin scalarcon
    listjoin  30.7/s        --      -80%
    scalarcon  153/s      399%        --
    

Log In?
Username:
Password:

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

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

    No recent polls found