Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^5: How can you sysread an entire file?

by BrowserUk (Patriarch)
on Jan 14, 2006 at 17:56 UTC ( [id://523194]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $rec;foreach(@test){$rec.=$_."\n";}
    
  2. or download this
    my $rec = join "\n", @test;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-26 02:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found