in reply to Re: how to read conf file in perl scriptin thread how to read conf file in perl script
package MyApp::Config; our $a = 1000; our $b = "test"; our $c = 2000; our $d = "test2"; 1; [download]