Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
        (my $got = $string) =~ s/$re/>$1<>$1</g;
        is($got, $exp, "Testing: $string");
    }
    
  2. or download this
    1..10
    ok 1 - Testing: 12
    ...
    # 345
    # 6789
    # 0