Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl -W
    ...
    # to see what the subst did.
    print $_;
    
  2. or download this
    my $result;
    $_ = $string
    ...
    # ((1 char) followed by 
    # (zero or more whitespace[don't return])
    # match one or more)