Help for this page

Select Code to Download


  1. or download this
    N.Gingrich
    S.Thurmon
    R.Reagan
    S.Bono
    C.Eastwood
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
     {$diff{$_}=1;}
    @diff=grep( ! $diff{$_}, @politici);
    print @diff;