Help for this page

Select Code to Download


  1. or download this
    my (@cols, @hw) = new Itiv::Hw->all_hw($dbh, $filter);
    
  2. or download this
    package Itiv::Hw;
    use Exporter;
    ...
        return (\@cols, \@hw);
    }
    1;