Help for this page
require "config_file"; $this_num=$number_from_config_file; ... $that_num=0; } #ignore this_num for the rest of the script's life.
$this_var = $in{"this_var"}; $that_var = $in{"that_var"}; ... . . .