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. -- Ed Avis <eda@waniasset.com>Thread Previous | Thread Next