Help for this page
use POD or die $!;
# function: foo # input : bar baz ... # postcond: qux is defined sub foo { }
=for comment function: foo ... =cut sub foo { }