Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    use Exporter;
    ...
    sub access_internal_var {
        # Insert code here to access the hash
    }
    
  2. or download this
    use strict;
    
    package Foo;
    ...
    .
    .
    .