1828845 Members
2615 Online
109985 Solutions
New Discussion

perl

 
Etienne Roseau
Frequent Advisor

perl

hi gurus !!
just for a small help :
i'd like to learn some Perl scripting, could you recommend any book in english or french ??
THX
E.
9 REPLIES 9
Peter Godron
Honored Contributor

Re: perl

Hi,
as a first start you can go to:
http://en.wikipedia.org/wiki/Perl

Very basic stuff, but lots of good links to other documentation.

As a book you can also get:
"Sams Teach yourself PERL in 21 days"
maybe also available on the WEB.

Happy Perling!
Peter Godron
Honored Contributor

Re: perl

Hi,
found the web copy at http://docs.rinet.ru/
Arunvijai_4
Honored Contributor

Re: perl

Hello,

Perl CD book shelf, http://unix.org.ua/orelly/perl/prog3/index.htm

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Oviwan
Honored Contributor

Re: perl

Hey

The O'Reilly bocks are also nice:
http://www.oreilly.com/pub/topic/perl

Regards
H.Merijn Brand (procura
Honored Contributor

Re: perl

As I wrote on my website[1]:

--8<---
Introductions to Perl

For those that are not (yet) comfortable with Perl, Wendy van Dijk[2] has put up a nice article on use.perl.org[3] titled "Where and how to start learning Perl"[4].
-->8---

That article is still on line, still actual, and *VERY* complete in guiding your learning needs.

[1] http://mirrors.develooper.com/hpux/#Perl
[2] http://perlmonks.org/index.pl?node_id=283154
[3] http://use.perl.org/
[4] http://perlmonks.org/index.pl?node_id=284175

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Antonio Cardoso_1
Trusted Contributor

Re: perl

Hi Etienne,

Look at this site:
http://perl.enstimac.fr/

You'll notably find there the french translation of whole PERL internal help (pod documents) that is a good reference to PERL language.

Also a french tutorial to introduce basics of perl:
http://www.med.univ-rennes1.fr/~poulique/cours/perl/perl_html/perl2003.pdf

hope this helps.
antonio.
Muthukumar_5
Honored Contributor

Re: perl

I feel this is good to start..

http://www.cs.cf.ac.uk/Dave/PERL/

And follow procura's one. He is expert in PERL ;)

--
Muthu
Easy to suggest when don't know about the problem!
Senthil Prabu.S_1
Trusted Contributor

Re: perl

Hi,
I started with
http://www.scs.leeds.ac.uk/Perl/start.html


Other detailed one;
http://www.perlmonks.org/index.pl?node=Tutorials



HTH,
Prabu.S
One man's "magic" is another man's engineering. "Supernatural" is a null word.
Etienne Roseau
Frequent Advisor

Re: perl

THX everybody,
i'll try to deal with all informations i get from you !!