#!/usr/bin/perl -w use strict; our %CONFIG = (key => 'value'); require 't57.pl'; #### warn "\$CONFIG{key}: $CONFIG{key}\n"; 1;