Help for this page

Select Code to Download


  1. or download this
    our @array = 'a' .. 'e';
    our @figure_out = 'd' .. 'g';
    ...
    
      @array = sort {$h{$a}<=>$h{$b}} keys %h;
    }
    
  2. or download this
    {
       my @new = ();
    ...
    
       @array = @new;
    }