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