http://qs321.pair.com?node_id=387005


in reply to pls help me to implement try-catch-throws without using any exception handling

Check out this thread on the same topic.
  • Comment on Re: pls help me to implement try-catch-throws without using any exception handling

Replies are listed 'Best First'.
Re^2: pls help me to implement try-catch-throws without using any exception handling
by JAMBOID (Sexton) on Aug 30, 2004 at 22:52 UTC
    I think Error (perldoc Error) comes with perl (does not require going to CPAN and installing) if that's what you're worried about. Eval may be easier for simple cases though.
      Error is not a core module. Errno is, but not Error. See Module::CoreList.

      MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
      I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
      ** The third rule of perl club is a statement of fact: pod is sexy.