Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Unpack Bin file problem

by mark4444az (Sexton)
on Mar 01, 2013 at 22:36 UTC ( [id://1021353]=note: print w/replies, xml ) Need Help??


in reply to Re: Unpack Bin file problem
in thread Unpack Bin file problem

OK, That worked. Your comment, "It sets the special variable to undef", is not yet clear to me. I will have to research this. I greatly appreciate you help. I understand the concept of $_, just not how local $/ modifies it.

Replies are listed 'Best First'.
Re^3: Unpack Bin file problem
by bart (Canon) on Mar 01, 2013 at 23:37 UTC
    It doesn't modify the behavior of $_, but of <INFILE> (for any handle).

    Perl has a bunch of special variables that change the behavior of perl. $/ Is one of them, it changes what string readline, and thus <INFILE>, searches for as a line terminator, to read a whole line at once. When undef, it'll just make it slurp in the rest of the file.

Re^3: Unpack Bin file problem
by mark4444az (Sexton) on Mar 04, 2013 at 15:58 UTC
    OK, that makes sense now. Thanks again.

Log In?
Username:
Password:

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

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

    No recent polls found