Help for this page

Select Code to Download


  1. or download this
    my $create_date = $row->find ("CreateDate")->string_value();
    $create_date =~ s/(\d\d\d\d-\d\d-\d\d)T(\d\d:\d\d:\d\d+).*00/$1 $2/g;
    $dbh->do(..., 
             $create_date, 
             ...