Help for this page

Select Code to Download


  1. or download this
        $cnt2 = 0;
        my $dbfields = $dbh->selectcol_arrayref ("SHOW COLUMNS FROM lead")
    +;
    ...
            $brb->insert('end', @$dbfields);
            $cnt2++;
        }
    
  2. or download this
        @map_fields = split ( ",", $ifg->{parameter} );