TGI has asked for the wisdom of the Perl Monks concerning the following question:
Japhy wrote this node, in repsonse to a recent post. In it he says most emphatically to not use local undef $/;
So I trotted over to the Super Search and did some looking. I found lots of stuff that uses it, I've posted code that uses it, I've encouraged people to use it. I found no dire warnings.
Is there a some problem with local undef $/;? When do you slurp? Why or why not? What method do you use?
TGI says moo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re (tilly) 1: Why or why not? - local undef $/
by tilly (Archbishop) on May 22, 2001 at 20:55 UTC | |
by tye (Sage) on May 22, 2001 at 21:57 UTC | |
by tilly (Archbishop) on May 22, 2001 at 22:14 UTC | |
by tye (Sage) on May 22, 2001 at 22:25 UTC | |
(jeffa) Re: Why or why not? - local undef $/
by jeffa (Bishop) on May 22, 2001 at 20:47 UTC | |
by TGI (Parson) on May 22, 2001 at 20:50 UTC | |
Re: Why or why not? - local undef $/
by princepawn (Parson) on May 22, 2001 at 20:52 UTC | |
by davorg (Chancellor) on May 23, 2001 at 14:08 UTC |