#!/usr/bin/perl use strict; use warnings; our %config; do 'config.cgi'; print keys %config, $/;