|
Posted by brian d foy on March 19, 2008, 4:30 pm
Please log in for more thread options
wrote:
> brian d foy schrieb:
> > Yes, using $a outside of a sort subroutine is now bad form. It's not
> > wrong, just bad practice. It wasn't always a bad practice though,
>
> Interesting. You mean, $a and $b got their special meaning later in the
> process of developing the perl language?
No, I mean that people didn't pay attention to using $a or $b outside
of a sort black. The best practice came later, as they always do.
|