Help for this page

Select Code to Download


  1. or download this
    *{ __PACKAGE__ . '::' . $methodname } = $connect->can( $methodname );
    
  2. or download this
    sub AUTOLOAD
    {
    ...
       };
       return (shift)->getConnection->$methodname(@_);
    }