Help for this page

Select Code to Download


  1. or download this
    for (keys %hash) {
        print;
    }
    
  2. or download this
    for (key %thisisnotintendedasaseriousquestion) {
        print;
    }
    
  3. or download this
    for (keys %hash) {
        print;
    ...
    for (key %somename) {
        print;
    }
    
  4. or download this
    I see this in a book:
    
    ...
    
    But it doesn't work in my example, please 
    <a href="www.somedomain.com/dev/null>look at it here!</a>