Help for this page

Select Code to Download


  1. or download this
    for my $m (sort nameFirst ('fred', 'alf', 'tom', 'bert', 'name', 'pete
    +')) {
        print "$m\n";
    ...
            0;
        }
    }
    
  2. or download this
    name
    fred
    ...
    tom
    bert
    pete
    
  3. or download this
    sub nameBlahAref {
        naeval($a) <=> naeval($b);
    ...
        $_[0] eq 'aref' and return 3;
        return 2;
    }