Help for this page

Select Code to Download


  1. or download this
    my $dbh = $self->dbh();
    
  2. or download this
    use MyDBH;
    
    ...
    
    # or Exporter, but I hate this.
    use MyDBH qw($dbh);