Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        $got =~ s/$re/\Q$1/g;
        ok $got eq $exp;
    }
    
  2. or download this
    1..4
    ok 1
    ok 2
    ok 3
    ok 4