Help for this page

Select Code to Download


  1. or download this
    # sets up autoload subs that 'inherit' DBI's DBH methods
    sub AUTOLOAD {
    ...
            return $self->error("Cannot autoload $op");
        }
    }