Help for this page
use constant database => "Repairs"; #the database name use constant hostname => "192.168.1.111"; #MySQL server IP address use constant port => '3306'; #MySQL port
#!/usr/bin/perl -w use strict; ... END_TOP print $STDOUT_TOP;