Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: [RFC] Review of module code and POD

by kcott (Archbishop)
on Apr 01, 2021 at 02:58 UTC ( [id://11130656]=note: print w/replies, xml ) Need Help??

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()
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11130656]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (8)
As of 2024-03-28 09:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found