I don't call newbies "cretins", and I realize that a lot of people just don't know where to start.
But then, I'm only half serious about this new documentation anyway.
--
brian d foy <bdfoy@cpan.org>
| [reply] |
| [reply] |
Seconded! I believe this could be valuable to many people. One might consider expanding it a bit to show easy ways to look up different things. Examples of searching for syntax questions, cookbook methods, algorithms, and common modules might be just what people want in some cases.
| [reply] |
I think it's actually a reasonable piece of documentation; it contains at least one piece of information that I didn't know for several years after using perl. Specifically, it took me about three years before I realized that the perldoc command had the "-f" switch.
When I first started learning perl, I usually wanted to read the entire manual page, anyway. To my mind (and perhaps in the earlier versions of perldoc, I don't remember now), "perldoc" <topic> and "man" <topic> were essentially equivalent.
It wasn't until I moved to the ActiveState release of perl (with no man pages under Windows), that I realized how useful "perldoc -f" was.
So I'd support the notion of "meta-documentation" for that reason alone. Additionally, online documentation written for different intended audience than the traditional CS student with a background in C and UNIX might be helpful as well.
--
Ytrew
| [reply] |
That's a good thing, cause otherwise I'd have to propose the name perldocdoc. ;-)
Being right, does not endow the right to be rude; politeness costs nothing. Being unknowing, is not the same as being stupid. Expressing a contrary opinion, whether to the individual or the group, is more often a sign of deeper thought than of cantankerous belligerence. Do not mistake your goals as the only goals; your opinion as the only opinion; your confidence as correctness. Saying you know better is not the same as explaining you know better.
| [reply] [d/l] |
I totally agree with this. I was looking for a training in perl. Someone finally sent me the perlmonks.org/tutorials link. Hey, you don't believe it, I can $myscalar = "perl now"; print "$myscalar\n, Huh!!" ;
| [reply] |