Help for this page

Select Code to Download


  1. or download this
     my $tdate = $fields[0];
      print "$tdate\n";
    ...
    my $sth=$dbh->prepare($ins_rec);
    $sth->execute($trade_dt,$symbol);
    $sth->finish;
    
  2. or download this
    "10/14/2011"
    Use of uninitialized value $trade_dt in concatenation (.) or string at
    + Set.data.pl line 42, <FIN> line 1.