For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > May 2006 > Looking for example Perl scripts to be used in Perl Training.









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Looking for example Perl scripts to be used in Perl Training.
Japerlh

2006-05-22, 3:59 am

I am going to do a Perl training to a group of people.
I was wondering from where I can get some sample Perl scripts to be
used to demonstrate the basic usage of Perl.
Thanks.


--=20

Besh wishes,
Japerlh
Jeff Pang

2006-05-22, 3:59 am

Looking for example Perl scripts to be used in Perl Training.
>
>I am going to do a Perl training to a group of people.
>I was wondering from where I can get some sample Perl scripts to be
>used to demonstrate the basic usage of Perl.
>Thanks.


I think both "Learning Perl" and "Perl Cook Book" are right for your purpose.
I got these two books from internet,they are in ".chm" format.But I don't know whether it'll breach the copyright or not, if I send them to you.

--
Jeff Pang
NetEase AntiSpam Team
http://corp.netease.com
Chandru

2006-05-22, 3:59 am

please send it

-Chandru.

Jeff Pang wrote:
> Looking for example Perl scripts to be used in Perl Training.
>
>
> I think both "Learning Perl" and "Perl Cook Book" are right for your purpose.
> I got these two books from internet,they are in ".chm" format.But I don't know whether it'll breach the copyright or not, if I send them to you.
>
> --
> Jeff Pang
> NetEase AntiSpam Team
> http://corp.netease.com
>
>

Zentara

2006-05-22, 7:58 am

On Mon, 22 May 2006 13:51:54 +0800, japerlh@gmail.com (Japerlh) wrote:

>I am going to do a Perl training to a group of people.
>I was wondering from where I can get some sample Perl scripts to be
>used to demonstrate the basic usage of Perl.
>Thanks.


Go to http://perlmonks.org and look thru their sections, especially
Snippets and Code Catacombs.


--
I'm not really a human, but I play one on earth.
http://zentara.net/japh.html
Ryan Frantz

2006-05-22, 7:58 am



> -----Original Message-----
> From: Chandru [mailto:chandru.chk@gmail.com]
> Sent: Monday, May 22, 2006 2:23 AM
> To: Jeff Pang
> Cc: beginners@perl.org
> Subject: Re: Looking for example Perl scripts to be used in Perl

Training.
>=20
> please send it
>=20
> -Chandru.
>=20
> Jeff Pang wrote:

Stop me if this is a non sequitur, but if you're going to be training
others in the use of Perl, I would assume that you have some experience
coding in the language yourself. And that you yourself would already
have some example scripts readily available. Or you could at least
write some up...

ry
[color=darkred]
> purpose.
> don't know whether it'll breach the copyright or not, if I send them

to
> you.
>=20
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>=20


Rob Coops

2006-05-22, 7:58 am

Ryan I guess there is a diffrence between knowing the internal workings of
perl and all the intresting tricks and things you can do on the very
advanced level and a good script to show the basics.

The problem is simple is often more difficult then it seems. And I do think
as stated before that the Learning perl book is a very safe place to start
as the scripts in here explain the basics very clearly and anwser most if
not all questions that they might raise.

As for the mailing them to people I doubt that is legal but then again a
google search will give you a few websites who are hosting these books for
you so you can have a look and see if you agree with the quality of these
books.

ps, the perl cook book is more like a book of programing tips and tricks and
unless thes people have some programing knowledge might be a little to
complex for a real novice.

On 5/22/06, Ryan Frantz <ryanfrantz@informed-llc.com> wrote:
>
>
>
> Training.
>
> Stop me if this is a non sequitur, but if you're going to be training
> others in the use of Perl, I would assume that you have some experience
> coding in the language yourself. And that you yourself would already
> have some example scripts readily available. Or you could at least
> write some up...
>
> ry
>
> to
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>


Ryan Frantz

2006-05-22, 7:58 am



>-----Original Message-----
>From: Rob Coops [mailto:rcoops@gmail.com]=20
>Sent: Monday, May 22, 2006 9:17 AM
>To: Ryan Frantz
>Cc: beginners@perl.org
>Subject: Re: Looking for example Perl scripts to be used in Perl

Training.
>
>Ryan I guess there is a diffrence between knowing the internal workings

of >perl and all the intresting tricks and things you can do on the very
>advanced level and a good script to show the basics.


I agree with you. Upon reviewing my response, I think it may have
appeared somewhat harsh. I in now way intended to be rude (it's
difficult to emote in email), only to indicate that if one is going to
performing training, that person should be expected to know something of
the subject. In this case, the matter being Perl, I would expect the
teacher to have written at least one script in his/her life and would
therefore have some material to use. Or at least have the ability to
generate material. See Randal Schwartz and Tom Phoenix...

That being said, I agree that the cited references are excellent
choices.

ry

>
>The problem is simple is often more difficult then it seems. And I do

think >as stated before that the Learning perl book is a very safe place
to start >as the scripts in here explain the basics very clearly and
anwser most if >not all questions that they might raise.=20
>
>As for the mailing them to people I doubt that is legal but then again

a >google search will give you a few websites who are hosting these
books for >you so you can have a look and see if you agree with the
quality of these >books.=20
>
>ps, the perl cook book is more like a book of programing tips and

tricks >and unless thes people have some programing knowledge might be a
little to >complex for a real novice.
>On 5/22/06, Ryan Frantz <ryanfrantz@informed-llc.com> wrote:


Timothy Johnson

2006-05-22, 7:00 pm

-----Original Message-----
From: Jeff Pang [mailto:pangj@earthlink.net]=20
Sent: Sunday, May 21, 2006 11:06 PM
To: beginners@perl.org
Subject: Re: Looking for example Perl scripts to be used in Perl
Training.

<snip>

> I think both "Learning Perl" and "Perl Cook Book" are right for your
> purpose.
> I got these two books from internet,they are in ".chm" format.But I

don't
> know whether it'll breach the copyright or not, if I send them to

you.

<snip>


YES. IT WILL BREACH THE COPYRIGHT.

It will breach the copyright in every country that recognizes foreign
copyrights (there are a few countries that don't recognize copyrights
from other countries, but that's another issue).

There are many, many resources out there for the Perl beginner, and --
as has been mentioned before -- there are many places on the Internets
and elsewhere that will supply you with the original book for a very low
price. I learned mostly from online tutorials, and also from the book
"Perl from the Ground Up", which IMO does an excellent job of explaining
the basics (not the greatest reference for some of the more complicated
aspects of Perl, like complex data structures and regular expressions).
You can buy that book right now for $2.80 used from Amazon, or "Learning
Perl" for $9.99, but even if you can't afford that and have Internet
access you can access this list, which can be great glue for the
tutorials and examples you find elsewhere.

Please don't use this list to encourage stealing and distributing of
copyrighted works. Some of the authors are also frequent and useful
contributors to this list (not me, by the way).

Japerlh

2006-05-23, 3:58 am

Thanks a lot for all you guys.

On 5/23/06, Timothy Johnson <tjohnson@zonelabs.com> wrote:
> -----Original Message-----
> From: Jeff Pang [mailto:pangj@earthlink.net]
> Sent: Sunday, May 21, 2006 11:06 PM
> To: beginners@perl.org
> Subject: Re: Looking for example Perl scripts to be used in Perl
> Training.
>
> <snip>
>
> don't
> you.
>
> <snip>
>
>
> YES. IT WILL BREACH THE COPYRIGHT.
>
> It will breach the copyright in every country that recognizes foreign
> copyrights (there are a few countries that don't recognize copyrights
> from other countries, but that's another issue).
>
> There are many, many resources out there for the Perl beginner, and --
> as has been mentioned before -- there are many places on the Internets
> and elsewhere that will supply you with the original book for a very low
> price. I learned mostly from online tutorials, and also from the book
> "Perl from the Ground Up", which IMO does an excellent job of explaining
> the basics (not the greatest reference for some of the more complicated
> aspects of Perl, like complex data structures and regular expressions).
> You can buy that book right now for $2.80 used from Amazon, or "Learning
> Perl" for $9.99, but even if you can't afford that and have Internet
> access you can access this list, which can be great glue for the
> tutorials and examples you find elsewhere.
>
> Please don't use this list to encourage stealing and distributing of
> copyrighted works. Some of the authors are also frequent and useful
> contributors to this list (not me, by the way).
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>



--=20

Besh wishes,
Japerlh
Chandru

2006-05-23, 3:58 am

Hi

I have looked some example scripts in Perl. I would like to have some
pdfs or chms to guide myself.Can any one has such books.

- Chandru

Ryan Frantz wrote:
>
> Training.
>
>
> Stop me if this is a non sequitur, but if you're going to be training
> others in the use of Perl, I would assume that you have some experience
> coding in the language yourself. And that you yourself would already
> have some example scripts readily available. Or you could at least
> write some up...
>
> ry
>
>
> to
>
>
>
>

David Romano

2006-05-23, 3:58 am

Hi Chandru,
- Show quoted text -
On 5/22/06, Chandru wrote:
> Hi
>
> I have looked some example scripts in Perl. I would like to have some
> pdfs or chms to guide myself.Can any one has such books.
>
> - Chandru
>
> Ryan Frantz wrote:
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>

At the bottom of every message, there's a link to http://learn.perl.org/
Another good resource is http://www.perlmonks.org/
David Romano

2006-05-23, 3:58 am

Hi Chandru,
On 5/22/06, Chandru wrote:
> Hi
>
> I have looked some example scripts in Perl. I would like to have some
> pdfs or chms to guide myself.Can any one has such books.
>
> - Chandru
>
> Ryan Frantz wrote:
>
> --
> To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>

Clicked too soon on that last ones. At the bottom of every message,
there's a link to http://learn.perl.org/
Another good resource is http://www.perlmonks.org/

David
Randal L. Schwartz

2006-05-23, 6:59 pm

>>>>> "Jeff" == Jeff Pang <pangj@earthlink.net> writes:

Jeff> I think both "Learning Perl" and "Perl Cook Book" are right for your
Jeff> purpose. I got these two books from internet,they are in ".chm"
Jeff> format.But I don't know whether it'll breach the copyright or not, if I
Jeff> send them to you.

Any copy of Learning Perl or the Perl Cookbook from O'Reilly on
the net is an illegal copy. Do not use it or copy it or you are
violating international copyright agreements.

You're also hurting me. Directly. As in, my wallet. And when I can't pay my
bills, I have far less time to help by giving free answers on the net.

Please stop.

Please report any appearance of these files to infringement@ora.com.

Thank you.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com