Help for this page

Select Code to Download


  1. or download this
    lib.cgi
    config.pm
    and login.cgi
    
  2. or download this
    package config;
    our $abcd = 1;
    1;
    
  3. or download this
    use config;
    1;
    
  4. or download this
    use strict;
    required 'lib.cgi';
    print $config::abcd;