Help for this page

Select Code to Download


  1. or download this
    my $ro_itiv_hw = new Itiv::Hw;
    # do any testing on $ro_itiv_hw
    my ($ra_cols, $ra_hw) = $ro_itiv_hw->all_hw($dbh, $filter);
    # now test return values
    
  2. or download this
    my $ro_itiv_hw = Itiv::Hw->new;
    
  3. or download this
    my ($ra_cols, $ra_hw) = Itiv::Hw->new->all_hw($dbh, $filter);