Help for this page

Select Code to Download


  1. or download this
    
    package mydbh;
    ...
         if (not grep { $_ eq ref($self) } @ISA);
       return bless $self, $class;
    }