Help for this page

Select Code to Download


  1. or download this
    ken@titan ~/.module-starter
    $ cat config
    ...
    builder: ExtUtils::MakeMaker
    plugins: Module::Starter::PBP
    template_dir: /home/ken/.module-starter/P532
    
  2. or download this
    my $dbh = DBI->connect(
        "dbi:mysql:$Bod::Variables::db_prefix$env:localhost:3306",
        "$Bod::Variables::db_username",
        "$Bod::Variables::db_password"
    );
    
  3. or download this
    # Uncomment one of these
    # my $bvar = Bod::Variables::->new();
    ...
        $bvar->db_username(),
        $bvar->db_password()
    );