Help for this page

Select Code to Download


  1. or download this
    @{$res{'act'}} = sort {
            return 0 unless $a->{'act'} =~ /^move/ and $b->{'act'} =~ /^mo
    +ve/;
    ...
        } @{ $res{'acts'} or [] };
    
    return \%res;
    
  2. or download this
    no warnings qw(uninitialized);
    
    ...
        } @{$res{'acts'}};
    
    return \%res;