in reply to Re: Is there any module to strip error filename ?
in thread Is there any module to strip error filename ?

Thanks. This is for the script. Actually, in some of the model classes also i need. Like it's a huge application, whenever i used croak i am getting the line number and i want to avoid ?
  • Comment on Re^2: Is there any module to strip error filename ?

Replies are listed 'Best First'.
Re^3: Is there any module to strip error filename ?
by Corion (Patriarch) on Oct 20, 2008 at 19:29 UTC

    That's the point of Carp::croak. If you don't want that, use die.