Help for this page

Select Code to Download


  1. or download this
    sub new {
        my $class = shift @_;
        if(my $arg = shift @_) {
    ...
            __PACKAGE__->_throw_error("This method [new] requires a single
    + argument.");        
        }
    }