http://qs321.pair.com?node_id=25985


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.