Help for this page

Select Code to Download


  1. or download this
    sub my_html_template {
      my (%opt) = @_;
    ...
        }],
      });
    }
    
  2. or download this
    sub story {
      my ($source) = @_;
    ...
        }
      }
    }
    
  3. or download this
    my_html_template( code => sub { story(*DATA) });