[Mastering-perl] Check out the chapters on configuration, subroutines, and Pod

mailinglisten at renee-baecker.de mailinglisten at renee-baecker.de
Thu Sep 21 09:35:36 EDT 2006


Hi brian!

Some typos...

POD-chapter:
Perl's has a default documentation format
=> I think the 's is too much

perldoc can do all of this becuase
=> s/becuase/because/

If I don't havve that
=> s/havve/have/


You say, that "Perl is trying to parse", but isn't perl trying to parse
the document?

"After skipping any special function names and excluding the function
names that start with an underscore (the Perl convention for indicating
private methods), it complains about anything left undocumented."

You should explain what "undocumented" is. Is it enough to mention the
funtion in the "normal" text or is it compulsory to name it in a
directive (like =head2 functionname).


I lift the this snippet right
=> s/the//

It firsts tests
=> s/firsts/first/


Cheers,
Renee




More information about the Mastering-perl mailing list