Help for this page

Select Code to Download


  1. or download this
    my ($cols_ref, $hw_ref) = new Itiv::Hw->all_hw($dbh, $filter);
    
  2. or download this
    for my $col ( @$cols_ref ) {
      print "$col\n";
    }