Help for this page

Select Code to Download


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