1Error::Simple(3) User Contributed Perl Documentation Error::Simple(3)
2
3
4
6 use base 'Error::Simple';
7
9 The only purpose of this module is to allow one to say:
10
11 use base 'Error::Simple';
12
13 and the only thing it does is "use" Error.pm. Refer to the documenta‐
14 tion of Error for more information about Error::Simple.
15
17 Error::Simple->new($text [, $value])
18
19 Constructs an Error::Simple with the text $text and the optional value
20 $value.
21
22 $err->stringify()
23
24 Error::Simple overloads this method.
25
27 None.
28
30 Shlomi Fish ( "shlomif@iglu.org.il" )
31
33 Error
34
35
36
37perl v5.8.8 2007-11-22 Error::Simple(3)