Help for this page

Select Code to Download


  1. or download this
    # Somewhere very visible...
    my @autosubs;
    ...
        }
        # ... and ends here
    }
    
  2. or download this
    BEGIN {
        my @stdFuncs = qw(prepare prepare_cached do quote);
    ...
            };
        }
    }
    
  3. or download this
    sub get {
        my ($self, $key) = @_;
    ...
        
        return 1;
    }