Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Data base automation.

by runrig (Abbot)
on Nov 05, 2015 at 18:18 UTC ( [id://1147019]=note: print w/replies, xml ) Need Help??


in reply to Data base automation.

Here's some pseudo-code for you:
my @downgrade_scripts = find_downgrade_scripts(); for my $script (@downgrade_scripts) { run_script($script); } my @upgrade_scripts = find_upgrade_scripts(); for my $script (@upgrade_scripts) { run_script($script); }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-24 01:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found