Help for this page

Select Code to Download


  1. or download this
    sub range_to_list {
        my( $max, $range ) = @_;
    ...
        $_ > $max and die "$_ out of range\n" for $lo, $hi;
        return $lo .. $hi;
    }
    
  2. or download this
    C:\test>junk61
    maxind=10
    ...
    
    apples :one::two::three: