Help for this page

Select Code to Download


  1. or download this
    my @content =
      map { s/\n+/ /g; s/ {2,}/ /g; s/\* //; $_ }
      grep { /\*.+/ } split /\n\n/,
      $lines;