CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1815
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 15:47:56 GMT
traceparent: 50c276287559b3eaa42cb0b887f69e76
strict-transport-security: max-age=15768000
Re: magic <<>> (was: Re: Changing magic <> without changing core) - nntp.perl.org
Front page | perl.perl5.porters |
Postings from July 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

Re: magic <<>> (was: Re: Changing magic <> without changing core)
Thread Previous | Thread NextFrom:
Nicholas ClarkDate:
July 29, 2008 02:16Subject:
Re: magic <<>> (was: Re: Changing magic <> without changing core)Message ID:
20080729091610.GA45868@plum.flirble.orgOn Mon, Jul 28, 2008 at 10:57:13AM +0000, Ed Avis wrote: > Zefram <zefram <at> fysh.org> writes: > > >There should be no @MAGIC_ARGV. > > I agree, no need to duplicate the variables @ARGV or $ARGV. MAGIC_ARGV can be a > tied filehandle that works on the existing variables. It is easiest and most > maintainable IMHO to implement that in Perl code. The existing C code handling > <ARGV> and <> in the Perl core just needs a small tweak to make it safe. The C code already exists in the perl core to do the current behaviour. It would be nuts to re-implement this in pure Perl. More work, new bugs, not quite compatible. The sane approach is to add enough extra API to enable/disable the magic, and let the same code do either. This whole thread of threads is depressing me. A lot of talk. Little else. Nicholas ClarkThread Previous | Thread Next
- Changing magic <> without changing core by Aaron Crane
- Re: Changing magic <> without changing core by Ed Avis
- Re: Changing magic <> without changing core by Bram
- Re: Changing magic <> without changing core by Aristotle Pagaltzis
- Re: Changing magic <> without changing core by Bram
- Re: Changing magic <> without changing core by Rafael Garcia-Suarez
- Re: Changing magic <> without changing core by Aristotle Pagaltzis
- Re: Changing magic <> without changing core by Mark Mielke
- Re: Changing magic <> without changing core by Johan Vromans
- Re: Changing magic <> without changing core by Glenn Linderman
- Re: Changing magic <> without changing core by Ed Avis
- Re: Changing magic <> without changing core by Mark Mielke
- Re: Changing magic <> without changing core by Ed Avis
- Re: Changing magic <> without changing core by Rafael Garcia-Suarez
- magic <<>> (was: Re: Changing magic <> without changing core) by Bram
- Re: magic <<>> (was: Re: Changing magic <> without changing core) by Rafael Garcia-Suarez
- Re: magic <<>> (was: Re: Changing magic <> without changing core) by Zefram
- Re: magic <<>> (was: Re: Changing magic <> without changing core) by Ed Avis
- Re: magic <<>> (was: Re: Changing magic <> without changing core) by Nicholas Clark
- Re: Changing magic <> without changing core by Ed Avis
- Re: Changing magic <> without changing core by Rafael Garcia-Suarez
- RE: Changing magic <> without changing core by Ed Avis
- Re: Changing magic <> without changing core by Rafael Garcia-Suarez
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About