Help for this page

Select Code to Download


  1. or download this
    while (@row = $sth->fetchrow_array) {
    
  2. or download this
    print TXT  "\nBOR $data->[3]|$data->[2]|$data->[9]|$data->[10]|$data->
    +[4]|$data->[13]";
    
  3. or download this
    print TXT "\nBOR ", join("|", @data[3,2,9,10,4,13]);
    
  4. or download this
    push @data, "\nBOR ", join("|", @data[3,2,9,10,4,13]);