On 05/01/11 10:21, Paul Poulain wrote:
> Hello,

> replace
>> use Carp qw(croak);
> by
>> use Carp qw(croak carp);
> and things are going much better.
>
More simply just

use Carp;

croak and carp (and confess) are exported by default.

Colin

-- 
Colin Campbell
Chief Software Engineer,
PTFS Europe Limited
Content Management and Library Solutions
+44 (0) 845 557 5634 (phone)
+44 (0) 7759 633626  (mobile)
colin.campb...@ptfs-europe.com
skype: colin_campbell2

http://www.ptfs-europe.com

Reply via email to