Help for this page

Select Code to Download


  1. or download this
    my $object = Itiv::Hw->new();
    my ($cols, $hw) = $object->all_hw($dbh, $filter);
    ...
    foreach (@$cols) {
       ....
    }