Help for this page

Select Code to Download


  1. or download this
    @ARGV = glob 'datafile? datafile?? datafile???';
    
  2. or download this
    @ARGV = sort { my $an = substr $a, 8; my $bn = substr $b, 8; $an <=> $
    +bn } glob 'datafile*';