Help for this page

Select Code to Download


  1. or download this
    my @files = getPlatformFiles($platform, $nic->{device});
    
  2. or download this
    sub getPlatformFiles {
      my $plat_in = shift;
    ...
      }
      return @list;
    }