Help for this page

Select Code to Download


  1. or download this
    foreach $key(keys %tagcorpus){
        print "\n$key";
        return($key);
    }
    
  2. or download this
    undef %h; 
    @h{'a'..'m'}=1..13;
    ...
    # Now we have reached the end of the list, wrapped and are starting ag
    +ain
    # But the first one we get this time is 'w' rather than 'e' that we go
    +t first time
    # And it isn't 'a' in either case.