Results 1 to 7 of 7
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-12-2003 #1
Learning Perl
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
- 06-12-2003 #2Linux User
- Join Date
- Feb 2003
- Location
- Norway, Asker
- Posts
- 267
here is some tutorials.. But I have "Perl Core Language" and that's a pretty good book
- 06-13-2003 #3
- 06-13-2003 #4Linux User
- Join Date
- May 2003
- Location
- CA
- Posts
- 370
ok...i guess i goofed up on the tags on the previous post...
just go to the urls...they r pretty good for beginners
- 06-13-2003 #5Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
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
RegardsRegards
Andutt
- 07-16-2003 #6Just Joined!
- Join Date
- May 2003
- Posts
- 27
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.
- 07-16-2003 #7Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
Use perldoc.
That should show you how to use it.Code:perldoc perldoc


Reply With Quote
