| Wx documentation | view source | Contained in the Wx distribution. |
Wx::Perl::Carp - a replacement for Carp in Wx applications
Just like Carp, so go see the Carp pod (cause it's based on Ca +rp).
# short example
Wx::Perl::Carp;
...
carp "i'm warn-ing";
croak "i'm die-ing";
Carp Carp Carp Carp Carp
(c) 2002 D.H. aka PodMaster (a proud CPAN author)
| Wx documentation | view source | Contained in the Wx distribution. |