Help for this page

Select Code to Download


  1. or download this
    __DATA__
    28 31
    199 201
    
  2. or download this
    sub elide {
        my ($start,$end) = @_;
    ...
        } 
        return "$start-$end";
    }