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

Re^9: Loading a part of the file to array using Tie::File

by haukex (Archbishop)
on Nov 26, 2017 at 09:04 UTC ( [id://1204273]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Tie::File;
    use Fcntl qw/O_RDWR/;
    ...
    use Tie::File;
    open my $fh, '+<:encoding(UTF-8)', $file or die $!;
    tie my @a, 'Tie::File', $fh or die $!;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-28 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found