Already thinking in Perl 6?

jdavidb on 2002-05-17T19:02:14

The last two or three times I've written a program that processed arguments with @ARGV (as opposed to shift), I've accidentally typed @ARGS. Not quite sure why I'm doing that; I haven't even finished reading the last two exegeses, and I wasn't really planning on thinking much about it until Perl 6 is a reality. Perhaps that's just a sign that @ARGS is a more intuitive interface.

Good thing I always use strict.