Help for this page

Select Code to Download


  1. or download this
    sub get_header {
       my $self = shift;
    ...
       my $self = shift;
       Section->new(dbh => $self->dbh, title => "Footer");
    }
    
  2. or download this
    sub make_section {
       my $self = shift;
    ...
       my $self = shift;
       $self->make_section(title => "Footer");
    }