Help for this page

Select Code to Download


  1. or download this
    package Assert;
    require Exporter;
    ...
    }
    
    1;
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    not ok 2 # Check math [C:\test\t-Assert.pl(8)]
    ok 3 # Check $fred [C:\test\t-Assert.pl(12)]
    ok 4 # Check math [C:\test\t-Assert.pl(13)]
    
  3. or download this
    /path/file(23): Error: some relevant error text here
    /path/file(32): Warning: some other relevant text here
    /path/file(64): Passed: more text