Re: Perl book

2007-04-09 Thread Gabor Szabo

Hi Moshe,


On 4/8/07, Moshe Gorohovsky [EMAIL PROTECTED] wrote:

The perl course slides at cs.technion.ac.il that are linked from your
site is just what I need.

Is there an exercises [ and solutions :) ] page for that course
that we can access ?



You can also take a look at my course slides.
They include exercises with solutions.
http://www.pti.co.il/talks/Fundamentals/

--
Gabor Szabo
http://www.szabgab.com/
Perl Training in Israel  http://www.pti.co.il/

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Perl book

2007-04-08 Thread Moshe Gorohovsky
Hi,

Can you recommend a perl cookbook please ?
Please share your opinion on perl books or other manuals that you have
used.

I need a perl book for a system administrator with Java/C++/C
background, with lots of examples.

--
 Moshe Gorohovsky

 A6 CC A7 E1 C2 BD 8C 1B  30 8E A4 C3 4C 09 88 47   Tk Open Systems Ltd.
 ---
 - tel: +972.2.679.5364,http://www.tkos.co.il -

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Perl book

2007-04-08 Thread Noam Meltzer

Learning Perl  Programming Perl, both by O'reilly.
The first is a gr8 dive into water for everyone, programmer or no
programmer. The latter is a great reference for those who know.

On 4/8/07, Moshe Gorohovsky [EMAIL PROTECTED] wrote:


Hi,

Can you recommend a perl cookbook please ?
Please share your opinion on perl books or other manuals that you have
used.

I need a perl book for a system administrator with Java/C++/C
background, with lots of examples.

--
Moshe Gorohovsky

A6 CC A7 E1 C2 BD 8C 1B  30 8E A4 C3 4C 09 88 47   Tk Open Systems Ltd.
---
 - tel: +972.2.679.5364,http://www.tkos.co.il -

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Perl book

2007-04-08 Thread Shlomi Fish
On Sunday 08 April 2007, Moshe Gorohovsky wrote:
 Hi,

 Can you recommend a perl cookbook please ?
 Please share your opinion on perl books or other manuals that you have
 used.

 I need a perl book for a system administrator with Java/C++/C
 background, with lots of examples.


Hi Moshe!

Please consult my site for that at:

http://perl-begin.berlios.de/

Regards,

Shlomi Fish

-
Shlomi Fish  [EMAIL PROTECTED]
Homepage:http://www.shlomifish.org/

If it's not in my E-mail it doesn't happen. And if my E-mail is saying
one thing, and everything else says something else - E-mail will conquer.
-- An Israeli Linuxer

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Perl book

2007-04-08 Thread Moshe Gorohovsky
Noam Meltzer wrote:
 Learning Perl  Programming Perl, both by O'reilly.
 The first is a gr8 dive into water for everyone, programmer or no
 programmer. The latter is a great reference for those who know.
 
Thank you for the recommendation, I will look at Learning Perl.

I had looked at Programming Perl by Larry Wall, etc.

and Perl Cookbook by Tom Christiansen, etc.

and online perl manuals and man-pages.



I was lost in Programming Perl and

perl man-pages because of their too detailed descriptions,

without good examples. I was need to run many examples

on my own, to understand first sections of the Programming Perl.

 - Moshe.

 On 4/8/07, Moshe Gorohovsky wrote:

 Hi,

 Can you recommend a perl cookbook please ?
 Please share your opinion on perl books or other manuals that you have
 used.

 I need a perl book for a system administrator with Java/C++/C
 background, with lots of examples.

 -- 
 Moshe Gorohovsky

 A6 CC A7 E1 C2 BD 8C 1B  30 8E A4 C3 4C 09 88 47   Tk Open Systems Ltd.
 ---
  - tel: +972.2.679.5364,http://www.tkos.co.il -

 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]


 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Perl book

2007-04-08 Thread Moshe Gorohovsky
Hi Shlomi,

The perl course slides at cs.technion.ac.il that are linked from your
site is just what I need.

Is there an exercises [ and solutions :) ] page for that course
that we can access ?

Thank you.

- Moshe.

Shlomi Fish wrote:
 On Sunday 08 April 2007, Moshe Gorohovsky wrote:
 Hi,

 Can you recommend a perl cookbook please ?
 Please share your opinion on perl books or other manuals that you have
 used.

 I need a perl book for a system administrator with Java/C++/C
 background, with lots of examples.

 
 Hi Moshe!
 
 Please consult my site for that at:
 
 http://perl-begin.berlios.de/
 
 Regards,
 
   Shlomi Fish
 
 -
 Shlomi Fish  [EMAIL PROTECTED]
 Homepage:http://www.shlomifish.org/
 
 If it's not in my E-mail it doesn't happen. And if my E-mail is saying
 one thing, and everything else says something else - E-mail will conquer.
 -- An Israeli Linuxer
--

 Moshe Gorohovsky



A6 CC A7 E1 C2 BD 8C 1B  30 8E A4 C3 4C 09 88 47   Tk Open Systems Ltd.

---

 - tel: +972.2.679.5364,http://www.tkos.co.il -


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Perl book

2007-04-08 Thread Amos Shapira

On 08/04/07, Moshe Gorohovsky [EMAIL PROTECTED] wrote:


I need a perl book for a system administrator with Java/C++/C
background, with lots of examples.



If examples are what you are after then maybe the perl FAQ could suffice.
http://perldoc.perl.org/ is a very conveient way to browse the documents,
the FAQ and even start a search of CPAN.

--Amos