Help for this page

Select Code to Download


  1. or download this
    foreach my $colHdrs (@dispRes){
                       $ml->columnInsert('end',-text=>$colHdrs);
                       }
    
  2. or download this
    foreach my $colHdrs (@dispRes || 'oops'){
                       $ml->columnInsert('end',-text=>$colHdrs);
                       }