Help for this page

Select Code to Download


  1. or download this
    sub YetAnotherMakePtag {
      my $fixme = shift;
    ...
      my @wrapped_lines = map { "<p>$_</p>" } @nonblank_lines;
      return join("\r\n", @wrapped_lines;
    }