Help for this page

Select Code to Download


  1. or download this
    sub stringRangeToList { 
      my $foo = shift; 
      $foo =~ s/-/../g; 
      return eval $foo;
    }
    
  2. or download this
    
    sub stringRangeToStringList { 
    ...
      return $foo;
    }