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; my $STDOUT_TOP= <