Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Creating a array hash with all file content

by John M. Dlugosz (Monsignor)
on Apr 30, 2011 at 10:09 UTC ( [id://902161]=note: print w/replies, xml ) Need Help??


in reply to Creating a array hash with all file content

$files_content{ $file } = <$fh>;
That will read the first line of the file.

If you think you are having problems with the second half, the reporting, start by just using Data::Dumper.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-19 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found