Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: What is a good, straightforward Perl with Mysql development environment?

by trippledubs (Deacon)
on Aug 06, 2019 at 01:20 UTC ( [id://11104003]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    My::DB->register_db(
      domain   => 'development',
    ...
      server_time_zone => 'UTC',
    );
    
  2. or download this
    # File: startup.pl
    use My::DB;
    ...
    {
      My::DB->default_domain('development');
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 05:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found