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

Re: writing an array of data to a file

by mickeyn (Priest)
on Aug 14, 2006 at 17:33 UTC ( [id://567290]=note: print w/replies, xml ) Need Help??


in reply to writing an array of data to a file

try:
use Tie::File; tie my @file, 'Tie::File', $position_output_path; @file = @rows; untie @file;
Enjoy,
Mickey

Log In?
Username:
Password:

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

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

    No recent polls found