Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    __DATA__
    This is the first paragraph in the story.
    This is the last paragraph in the story.
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    This is the paragraph that follows the next definition list.
    2 Heading for the close of the document
    The paragraph that closes the document.
    
  3. or download this
    sub print_story {
      my ($source,$html) = @_;
    ...
      end_html if exists($opt{html});
    }