Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      }
      return @ret;
    }
    
  2. or download this
    my $glob_string = ( '{' . join( ',', 'A'..'D' ) . '}1' ) x $level;
    
    my @indices;
    while ( < $glob_string > ) { push @indices, $_ }