Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my %myUnitIfs;
    my %config;
    processInterfaceData($config{units}{myUnit}{interfaces}, %myUnitIfs);
    
  2. or download this
    Type of arg 1 to main::processInterfaceData must be hash (not hash ele
    +ment)