Help for this page
my @files = getPlatformFiles($platform, $nic->{device});
sub getPlatformFiles { my $plat_in = shift; ... } return @list; }