Help for this page

Select Code to Download


  1. or download this
    has +dbh => (
        is => 'lazy',
    ...
            } ) or die "Cannot connect: $DBI::errstr";
          }
    );
    
  2. or download this
    has base_file => (
        is       => 'rw',
    ...
            return $base_fh;
          }
    );