Help for this page

Select Code to Download


  1. or download this
    ... contents of module
    =test begin
    ok(1==1, "1 test")
    ok(2==2, "2 test")
    =test end
    
  2. or download this
    > cat test.pl |grep -v "^test" > testfile
    > perl testfile; prove testfile