Help for this page

Select Code to Download


  1. or download this
    
    my %which;
    ...
         print "$one and $two are in (@{$which{$one}}) and (@{$which{$two}
    +}) respectively\n";
    }