Help for this page

Select Code to Download


  1. or download this
    package Exception;
    
    ...
    
    1;
    
  2. or download this
    #!perl
    # exception.t tests all of Exception.
    ...
        is($croak, $expected_message, $test_name);
    }
    
  3. or download this
    exception.t .. 
    ok 1 - use Exception;
    ...
      Non-zero exit status: 1
    Files=1, Tests=2,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.07 cusr 
    + 0.00 csys =  0.09 CPU)
    Result: FAIL