- or download this
sub getPlatformFiles {
my $plat_in = shift;
my $nic = shift;
my @list;
- or download this
sub getPlatformFiles {
my ($plat_in, $nic) = @_;
my @list;
- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
sub outputter {
print $variable;
}
- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
my $variable = "Hello\n";
outputter();