Help for this page
stored_proc_list => [ 'sproc1', 'sproc2', 'sproc3' ] update_stats_xref => { 'sproc2' => 'update_table2' } logfile => somefile.txt
my $temp_value = q(\'/Path/to/log.txt'); my $value = eval $temp_value; ... ( $value ) = ( $$value ); print "New \$value = $value\n";