WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
370 B

  1. WareLogging, [PHP], [Documentation].
  2. Given the syntactical debt PHP owes to Perl, would POD have been too much to ask for?
  3. Probably.
  4. Ok, so there's nothing stopping you from doing this:
  5. <?php
  6. /*
  7. =head1 NAME
  8. stupid_thing.php - Do something stupid.
  9. =cut
  10. */
  11. ?>
  12. And using the usual POD tools to extract. But it sure is kind of ugly.