Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Coping with Scoping.

by BlaisePascal (Monk)
on Aug 03, 2000 at 18:54 UTC ( [id://25985]=note: print w/replies, xml ) Need Help??


in reply to Re: YAlQ: Yet Another local() Question.
in thread YAlQ: Yet Another local() Question.

It says local() does what I think it does, it exists mainly for historical reasons, and also says "never use local(), always use my()".

I think the last is a bit much. I find constructs like: <code> { local $\ = $RECORDSEPARATOR; $record = <INFILE>; } <code> to be quite handy, and much less unwieldy than the alternative I mentioned.

Replies are listed 'Best First'.
RE: Coping with Scoping.
by btrott (Parson) on Aug 03, 2000 at 20:03 UTC
    You said:
    > I think the last is a bit much. I find constructs like: > { local $\ = $RECORDSEPARATOR; $record = ; } to be > quite handy, and much less unwieldy than the alternative > I mentioned.
    Well, yes... in which case you should check out Seven Useful Uses of local, also by mjd.

Log In?
Username:
Password:

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

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

    No recent polls found