Am Freitag, 6. Mai 2005 15.51 schrieb Tielman Koekemoer (TNE): > Hi All, > > I think I'm like most people learn Perl easier when examining other > "guru's" scripts. Where is the best place on the net to find Perl > scripts that do everything, from doing pattern matching in arrays to > making coffee?
Avoid Matt's Script archive... see instead at http://nms-cgi.sourceforge.net/ for _scripts_. http://cpan.org/scripts/index.html lists scripts too - on cpan.org you'll also find a lot of Modules. Another great source are the modules of the perl distribution. There you will also find the names of very capable Perl programmers. > Right now, however, I think pattern matching in arrays is more > important. Pattern matching and arrays are two completly different things. see for instance (from cmdline) perldoc perlre perldoc perlretut to learn about pattern matching. joe -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>