Help for this page

Select Code to Download


  1. or download this
    %{$datahash{"devinfo"}} = %devinfo;
    
  2. or download this
    $datahash{"devinfo"} = \%devinfo;
    
  3. or download this
    for (;;) {
     my %datahash;
    ...
     $datahash->{"interfaces"} = \%interfaces;
     return;
    }