Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Use of Carp outside of package won't compile...

by memnoch (Scribe)
on Dec 18, 2007 at 16:12 UTC ( [id://657697]=perlquestion: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://657697]
Approved by Corion
Front-paged by friedo
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-03-29 01:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found