Help for this page

Select Code to Download


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