I just skimmed Herong's Tutorial Notes on Perl - Part A, and it could really use some editorial review. I'm sure there are dozens of other tutorials in the wild that suggest some less than savory practices. Is it worth finding people to make suggestions? (I don't have time.)
I've tried... varying degrees of success (Score:2)
Re: (Score:1)
I've given up (Score:2)
I'd rather that you keep working on parrot and leave the flood of ignorant information out there as it is and as it will stay despite your efforts.
Re: (Score:1)
I'd rather that you keep working on parrot and leave the flood of ignorant information out there as it is and as it will stay despite your efforts. :)
I'll second that.
It is quite sad though. If someone does want to do something about it, "hall of fame" and "hall of shame" pages on the Perl 5 Wiki [perlfoundation.org] might be a good starting point.
Lo! There already is a recommended tutorials [perlfoundation.org] page. Now, to just get that linked from learn.perl.org.
Re: (Score:2)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re: (Score:2)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;