- or download this
sub fLoadModules {
my ($modules) = @_;
...
close $fh;
return @array;
}
- or download this
my $modules_path = $opts{e};
- or download this
fCompose $dbh, $modules_path;
- or download this
sub fCompose {
my($dbh, $modules_path) = @_;
...
....
}