Help for this page

Select Code to Download


  1. or download this
    foreach my $record (@$row1)
        {
            
            $data_file.= $record->{'ROW_DATA'} . "\n";
            
        }