Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Forcing array context on a file handle

by ronmrdechai (Novice)
on Oct 30, 2012 at 21:33 UTC ( [id://1001561]=note: print w/replies, xml ) Need Help??


in reply to Re: Forcing array context on a file handle
in thread Forcing array context on a file handle

That's odd. It works for me too, but it doesn't work in my larger program (I have all the brackets, and in the right order). I have some extra stuff going around with the file handle, so maybe that's what's causing trouble.

I ended up going with BowserUK's solution, which is slightly shorter than the method I was using before.

  • Comment on Re^2: Forcing array context on a file handle

Replies are listed 'Best First'.
Re^3: Forcing array context on a file handle
by Lotus1 (Vicar) on Oct 31, 2012 at 02:12 UTC

    After you read a file you have to rewind it with seek if you want to read it again from the beginning. Here is how to set the filehandle back to the beginning of the file.

    seek $fh, 0, 0;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 23:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found