in reply to What is the easiest way of having a configuration file for my program?
I learned that from Brent Michalski's excellent database tutorials that used to be at webreview.com$config=$ENV{QUERY_STRING}; unless(require $config){ print "No Configuration File Specified!\n"; exit; }
|
|---|