Help for this page

Select Code to Download


  1. or download this
    sub errstr {
        my $self = shift;
        return $self->{errstr} if Scalar::Util::blessed $self;
        return $errstr;
    }
    
  2. or download this
    my $obj = CLASS->new( ... ) or die CLASS->errstr;