How is the config file arranged? You'll have to read the file in and setup your own variables, I surmise. .ted
-----Original Message----- From: Sara [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2003 5:15 PM To: CGI Subject: require "config.txt" How to call the variables from the config file using CGI. pm? #!/usr/bin/perl use CGI; my $q = new CGI; require "config.txt"; print "Variables_from_the_config_file"; ??????? Thanks, Sara. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]