Philip Potter wrote:

My point is that C documents its behaviour. It seems that Perl
doesn't.

man perl
perldoc perl
http://oreilly.com/catalog/9780596000271/
http://perldoc.perl.org/
perldoc -q "Is there an ISO or ANSI certified version of Perl"

C's documentation is complete,

C is a very small, simple language.

Perl's is not.

Define "complete".

You can't tell everything about the language from the docs.

Give me an example, I'll point you to the docs.  (Have you read them all?)

Perl is doing things
without telling you that it will. Don't you think that's a problem?

perldoc warnings
perldoc strict
perldoc diagnostics

If you are not using the tools that Perl provides then it can't help you.



John
--
Those people who think they know everything are a great
annoyance to those of us who do.        -- Isaac Asimov

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to