Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -Tw
    
  2. or download this
    if ($string =~ /^([-\@\w.]+)$/) {
      $string = $1;
    ...
    else {
      die "Bad data in $string";
    }