Help for this page

Select Code to Download


  1. or download this
    xyz(1 .. 5);
    
    ...
    
        print "$a\n";
    }
    
  2. or download this
    xyz(1 .. 5);
    
    ...
    }
    
    sub abc { sort { $a <=> $b } @_; }