Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    is( $got, $exp, "slasheritis");
    
    done_testing;
    
  2. or download this
    ok 1 - slasheritis
    1..1