Help for this page

Select Code to Download


  1. or download this
    sort { $self->specialSort($a, $b) } @{$self->{things}})
    
  2. or download this
    { $self->specialSort($a, $b) }
    
  3. or download this
    use base qw/Exporter/;
    @EXPORT = qw/specialSort/;