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