- or download this
while ( (my $key, my $value) = each %partners) {
if ($item eq $key) {
...
push (@allmembers, @partners_split);
}
}
- or download this
sub do_thing {
my ($partners,$item,$action) = @_;
...
# do other stuff with %partners, $item, $key, $value, etc
});
- or download this
while ( (my $key, my $value) = each %partners) {
if ($item eq $key) {
...
}
}
- or download this
------------
:Wq
Not an editor command: Wq