Help for this page

Select Code to Download


  1. or download this
    {
      local *tmp = \substr( $source, $start, $len );
      $tmp =~ y/'//d;
      $tmp =~ y/a-zA-Z0-9\n\|-/ /c;
    }