Help for this page

Select Code to Download


  1. or download this
    >perl -le "for ('a'..'z') { $h{$_}=1; print scalar %h }
    1/8
    ...
    24/32
    25/32
    26/32
    
  2. or download this
    >perl -le "for ('a'..'z') { $h{$_ x 2}=1; print scalar %h }
    1/8
    ...
    21/32
    21/32
    21/32