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.
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.