From: Vitaly Sinitsin <[EMAIL PROTECTED]>

> why almost all Perl packages have: use Carp; ???
> Read help, but still not convinced...

Suppose you pass incorrect parameters to a function from a module.
What use will it be to you if you get an error on line XX inside the 
module? You need to get the line where You made the mistake, the line 
where you called that function incorrectly.

Jenda
=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
  • CARP Vitaly Sinitsin
    • Jenda Krynicky

Reply via email to