Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: push, assingn or split a file?

by ikegami (Patriarch)
on Jan 17, 2010 at 07:53 UTC ( [id://817832]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    seek( $IN1, 0, SEEK_END );
    my $length = tell($IN1);
    seek( $IN1, 0, 0 );
    
  2. or download this
    split( /\n/, $bob );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://817832]
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: (6)
As of 2024-04-19 16:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found