Help for this page

Select Code to Download


  1. or download this
    if (exists $fd{chk1} ) { push @columns }
    
  2. or download this
    if ($fd{chk1} eq "Listname") {
    $columns = $db->quote($fd{$_}) .",";
    }