Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    like( $data, $regex, "Matching my regex" );
    
    done_testing;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    ok( mysub(), "Should return true" );
    
    done_testing;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    line two..... 
    ....
    line ten.....