Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
          ( sort { $b <=> $a } map $_->[2], @$arrayRef )[ 0 .. 2 ];
        @$arrayRef = grep exists $nums{ $_->[2] }, @$arrayRef;
    }
    
  2. or download this
    $VAR1 = [
              [
    ...
                'else'
              ]
            ];