Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
        
    Test::croak_test;
    
  2. or download this
    String found where operator expected at croaktest.pl line 8, near "cro
    +ak "this is a test""
            (Do you need to predeclare croak?)
    syntax error at croaktest.pl line 8, near "croak "this is a test""
    croaktest.pl had compilation errors.
    
  3. or download this
    use strict;
    use warnings;
    ...
        }
        
    Test::croak_test;