August 1999 Return to the Perl Hardware Store Slide #8

The Stub Slice

        for (@experts) {
          $is_expert{$_} = 1;
        }
        %is_expert = map {($_ => 1)} @experts;


Next Copyright © 1999 M-J. Dominus