Click to See Complete Forum and Search --> : Perl Cheatsheet


ardcarmvk
08-06-2002, 10:23 PM
I'm looking for a *good* online perl cheetsheet like the bash cheetsheet in nhf. (not too much luck in finding one) Thanks in advance -Drew

TheLinuxDuck
08-07-2002, 03:29 PM
The best perl cheatsheet there is, in my opinion, if "Programming Perl 3rd Edition". You can go to www.bestbookbuys.com and find it for pretty cheap.

I bought several other perl books, but gave them away, because this one has everything I need in it. a handy module reference list, a builtin function list, programming tips, security info, socket info, etc..etc..

I still use it pretty much every time I sit down to code.. it's just so handy.

But, that's me. The only thing I can suggest to you if you don't want to spend money is to find a good code examples site or perl forum and ask questions as you come across things you don't know. That's partly how I learned. (=

Hope that helps some.
TLD