in reply to Re: •Re: Problem with Schwartzian Transform nested in another sort from a different package
in thread Problem with Schwartzian Transform nested in another sort from a different package
Since sort was there in Perl 4, the mechanism that it uses by default ($a, $b) accesses the package variable of that name in the current package.
|
|---|