Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        require Config;
    ...
        } else {
            # empty
    }
    
  2. or download this
    BEGIN {
        use Config;
    ...
            ));
        }
    }