Help for this page

Select Code to Download


  1. or download this
    $config{'username'} = "zxcvb";
    $config{'password'} = "zzzzz";
    
  2. or download this
    do 'config.cgi';
    
  3. or download this
    use strict;
    use warnings;
    my %config = {};
    do 'config.cgi';