7 lines
155 B
Plaintext
Executable File
7 lines
155 B
Plaintext
Executable File
# Read Config File
|
|
sub initialize () {
|
|
&read_file("$config_directory/config", \%config);
|
|
$no_out=$config{output_cgis};
|
|
$scriptname=$tool_name;
|
|
}
|