[Chicago-talk] fun with Carp

Steven Lembark lembark at wrkhors.com
Tue Jul 31 14:57:25 PDT 2007


Mike Fragassi wrote:
> On Tue, 31 Jul 2007, Kent Cowgill wrote:
>
>> Is this what you're looking for:
>>
>> $Carp::CarpLevel = 1;

Try:

  sub foo
  {
    local $Carp::Verbose; # undef it for the sub

    ...

  }

does this solve your problem?

-- 
Steven Lembark                                         85-09 90th Street
Workhorse Computing                                  Woodhaven, NY 11421
lembark at wrkhors.com                                      +1 888 359 3508


More information about the Chicago-talk mailing list