I was wondering if anyone knows of some good Perl tutorial sites?
It seems like Perl is the prefered scripting language for a lot of Sys admins so I guess it would be nice to add that one to my resume.
Cheers
Printable View
I was wondering if anyone knows of some good Perl tutorial sites?
It seems like Perl is the prefered scripting language for a lot of Sys admins so I guess it would be nice to add that one to my resume.
Cheers
here is some tutorials.. But I have "Perl Core Language" and that's a pretty good book :)
ok...i guess i goofed up on the tags on the previous post... :oops:
just go to the urls...they r pretty good for beginners
Just type
in a terminal to see which documentation you have to access on your linux. Perl is very good documentated and are shipped in the normal linux distribution.Code:info perl
Regards
Try Kazaa ( search for perl in documents). I got ty perl in 21 days and the full o'reilly e books (includes java, perl,samba,unix, and web + more..). Both are excellent for learning from books.
Use perldoc.
That should show you how to use it.Code:perldoc perldoc