Help for this page

Select Code to Download


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