Re: Is it wrong...croak vs die...carp vs warn

2007-08-14 Thread oryann9
--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Aug 13, 9:33 pm, [EMAIL PROTECTED] (Oryann9) > wrote: > > > From the Perl Review and my understanding as well, > use > > Carp with keywords carp and croak is supposed to > > provide additional detail in your errors and > warnings. > > Perl

Re: Is it wrong...croak vs die...carp vs warn

2007-08-14 Thread [EMAIL PROTECTED]
On Aug 13, 9:33 pm, [EMAIL PROTECTED] (Oryann9) wrote: > From the Perl Review and my understanding as well, use > Carp with keywords carp and croak is supposed to > provide additional detail in your errors and warnings. Perl Review eh? That's foy isn't it? I'm just reviewing his book "Mastering P

Re: Is it wrong...croak vs die...carp vs warn

2007-08-13 Thread Paul Lalli
On Aug 13, 4:33 pm, [EMAIL PROTECTED] (Oryann9) wrote: > From the Perl Review and my understanding as well, use > Carp with keywords carp and croak is supposed to > provide additional detail in your errors and warnings. Your understanding is wrong. They do not provide additional details. They p

Re: Is it wrong...croak vs die...carp vs warn

2007-08-13 Thread oryann9
--- Paul Lalli <[EMAIL PROTECTED]> wrote: > On Aug 13, 2:39 pm, [EMAIL PROTECTED] (Robert Hicks) > wrote: > > I typically "use Carp;" and change my "die" and > "warn" statements to > > "croak" and "carp". I have read a couple places > croak/carp are a little > > better at telling you what and whe

Re: Is it wrong...croak vs die...carp vs warn

2007-08-13 Thread Tom Phoenix
On 8/13/07, Robert Hicks <[EMAIL PROTECTED]> wrote: > I typically "use Carp;" and change my "die" and "warn" statements to > "croak" and "carp". I have read a couple places croak/carp are a little > better at telling you what and where than the standard die/warn. If to Carp is wrong, I don't want

Re: Is it wrong...croak vs die...carp vs warn

2007-08-13 Thread Paul Lalli
On Aug 13, 2:39 pm, [EMAIL PROTECTED] (Robert Hicks) wrote: > I typically "use Carp;" and change my "die" and "warn" statements to > "croak" and "carp". I have read a couple places croak/carp are a little > better at telling you what and where than the standard die/warn. There is no right or wrong

Re: Is it wrong...croak vs die...carp vs warn

2007-08-13 Thread Chas Owens
On 8/13/07, Robert Hicks <[EMAIL PROTECTED]> wrote: > I typically "use Carp;" and change my "die" and "warn" statements to > "croak" and "carp". I have read a couple places croak/carp are a little > better at telling you what and where than the standard die/warn. > > Robert The question of whether

Is it wrong...croak vs die...carp vs warn

2007-08-13 Thread Robert Hicks
I typically "use Carp;" and change my "die" and "warn" statements to "croak" and "carp". I have read a couple places croak/carp are a little better at telling you what and where than the standard die/warn. Robert -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM