Dear ALL,

Iam a PHP programmer and I have one year experience in php programming. Now I would like to study PERL and its features.
can any PERL prorammer let me know the good tutorial or URL for studying PERL. Really its helpful for me.....
Thanks in advance....

Recommended Answers

All 7 Replies

Hello KevinADC,

Thanks for your nice reply. I have been viewing the URL for perl tutorial. Really I thanks to you for such a easy understanding tutorial given to me.

You're welcome.

Yes, Indeed its a good book to start with. Books from Orielley are also worth reading :-)

Raj

Tutorials are good for learning the basics of a language. However, if you want a reference resource where you can look up a manual page on any keyword (with some tutorials thrown in as well) try out

http://perldoc.perl.org

They've got a particularly good tutorial on regular expressions here

http://perldoc.perl.org/perlretut.html

I recommend it.

Steven.

download perl and all the documentation comes with it. Just about everything on perldoc should be or is included with perl. Then you can read all that stuff on your local computer without having to be online.

Care for a bookmark dump? I've got all kinds of neat things related to Perl, having just written a report on it.

Let me recommend The Camel Book, or "Programming Perl 3rd Edition" by Larry Wall (language inventer), Tom Christensen and Jon Orwant. The first three chapters will get you a good jumpstart on using Perl.

I did not find it difficult to go from PHP to Perl, but I had the Camel Book to help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.