Help for this page

Select Code to Download


  1. or download this
        while (my $data = $_src_dbh->get_array())
        {
            my $record = join(",", @data). "\n";
            print $record;
        }
    
  2. or download this
    Name,       Status,        Amount
    
    John,       Active,        100.19
    Shiela,     Active,        99.40
    Bela,       Active,        1.0