in reply to Re: Re: perl 5.005_03 woes
in thread perl 5.005_03 woes
In the small snippet you showed on 5.6.1 you would not have encountered any problems. That is why I didn't specifically mention them. This is because the strict pragma ignores $a and $b since Perl uses them to allow you to build a custom sort routine.#!/usr/bin/perl -w use strict;
Cheers - L~R
|
|---|