=head1 NAME =head1 VERSION =head1 SYNOPSIS =head1 DESCRIPTION =cut # some nonsub perlcode #======================================== =head1 METHODS intro about methods ... =cut #---------------------------------------- =head2 load ($source, -opt1 => $val1, ...) text describing load() =cut sub load { #body #body #body } #---------------------------------------- =head2 parse ($string, -opt1 => $val1, ...) text describing parse() =cut sub parse { #body #body #body } #======================================== =head1 SEE ALSO =head1 AUTHOR =head1 BUGS =head1 ACKNOWLEDGEMENTS =head1 COPYRIGHT & LICENSE =cut