Help for this page

Select Code to Download


  1. or download this
    my %foo_cache;
    sub foo {
    ...
          ... rest of sub goes here
       }
    }
    
  2. or download this
    my %foo_cache;
    sub foo {
    ...
          ... rest of sub goes here
       }]}
    }
    
  3. or download this
    my %foo_cache;
    sub foo {
    ...
          ... rest of sub goes here
       }]
    }