Help for this page

Select Code to Download


  1. or download this
    for (<INFH>) {
  2. or download this
        my ($user, undef, $project) = split /\|/;
  3. or download this
        push @{$wo_usr_proj{$project}}, $user
            if $uo_hash{lc($user)} =~ /WO/;
    }