Help for this page

Select Code to Download


  1. or download this
    sub new {
        my ($self,$class)=@_;
    ....
    our $cache=Fiets::Cache->new();
    
  2. or download this
    my ($class) = @_;
    # or
    # my $class = shift;