Exception-Cxx README


Exception-Cxx documentation  | view source Contained in the Exception-Cxx distribution.

Index


This module requires perl 5.005_57 or better. ===

NAME

Top

  Exception::Cxx - Switch to ANSI C++ exceptions

SYNOPSIS

Top

  use Exception::Cxx;

DESCRIPTION

Top

This module arranges for perl to use ANSI C++ exceptions (instead of setjmp/longjmp). The reason you might want this is for integration with 3rd party libraries that use C++ exceptions and cannot switch back to longjmp.


Exception-Cxx documentation  | view source Contained in the Exception-Cxx distribution.