Ask a Question related to PERL Beginners, Design and Development.
-
Michael Johnson #1
(U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like
CLASSIFICATION: UNCLASSIFIED
Classification: UNCLASSIFIED
Michael Johnson Guest
-
Books
I'm after suggestions for the best books around for creating, using and displaying controls in ASP.NET (by "displaying", I guess I'm talking about... -
Any CF7 Books Out
Are there any ColdFusion 7 books out now or coming out soon. I did a search on Amazon and there were only results for MX 6. -
Best Books
hello; I use four books: 1: Macromedia Director MX and Lingo by Phil Gross; 900 pages 2: Macromedia Director 8.5 Shockwave Studio for 3D by Phil... -
ANNOUNCE: List::SkipList v0.51 - Perl implementation of skip lists
List::SkipList v0.51 has been uploaded to PAUSE, and should show up on a CPAN mirror near you. See http://search.cpan.org/~rrwo/List-SkipList/ ... -
Outlook Address Books and Perl?
Are there any modules available that can read and/or write address books for Microsoft Outlook or Outlook Express? I couldn't find what I need on... -
Drieux #2
Re: (U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like
On Feb 4, 2004, at 2:36 PM, Johnson, Michael wrote:
I guess a part of the question is at what level.> CLASSIFICATION: UNCLASSIFIED
> Classification: UNCLASSIFIED
My general documentation is at:
<http://www.wetware.com/drieux/CS/Proj/TPFH/gen_doc.html>
if you feel at home reading just Perl Doc's,
the the simpler fix is to read it from
<http://www.perldoc.com/>
so are you looking at reading or teaching?
ciao
drieux
---
Drieux Guest
-
Wolf Blaum #3
Re: (U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like
Hi,
I like:
Learning Perl by Randal Schwartz & Tom Phoenix as a good introduction with
tons of further references
Programing Perl by Larry Wall, Tom Christiansen and Jon Orwant as the ultimate
refernce and pillow
Mastering Perl/Tk by Steve Lidie and Nancy Walsh for times when I dont have
access to this mailing list and zentaras hints
The Perl Cookbook by Tom Christiansen and Nathan Torkington for when I was to
lasy to think for myself (or wanted to get depressed by how much better one
could solve the problem Ive been working on in hunderts of lines)
And even though I never read it in the linear way: Mastering regular
expressions by Jeffrey Friedl
Not to forget: perldoc perltoc or [url]www.perldoc.com[/url]
and The Hitchhickers Guide to the Galaxy and Last Chance to see by Douglas
Adams.
I guess others would recomend The Lord of the rings too.
Good night:-)
Wolf
Wolf Blaum Guest
-
Randy W. Sims #4
Re: (U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like
On 2/4/2004 10:17 PM, wolf blaum wrote:
Since there was no mention what kind of perl books (beginner, etc.):> Hi,
> I like:
>
> Learning Perl by Randal Schwartz & Tom Phoenix as a good introduction with
> tons of further references
>
> Programing Perl by Larry Wall, Tom Christiansen and Jon Orwant as the ultimate
> refernce and pillow
>
> Mastering Perl/Tk by Steve Lidie and Nancy Walsh for times when I dont have
> access to this mailing list and zentaras hints
>
> The Perl Cookbook by Tom Christiansen and Nathan Torkington for when I was to
> lasy to think for myself (or wanted to get depressed by how much better one
> could solve the problem Ive been working on in hunderts of lines)
>
> And even though I never read it in the linear way: Mastering regular
> expressions by Jeffrey Friedl
>
> Not to forget: perldoc perltoc or [url]www.perldoc.com[/url]
>
> and The Hitchhickers Guide to the Galaxy and Last Chance to see by Douglas
> Adams.
>
> I guess others would recomend The Lord of the rings too.
>
> Good night:-)
> Wolf
I'd add: "Object Oriented Perl" by Damian Conway, I've also been wanting
to check out "Learning Perl Objects, References, & Modules" by Randall
Schwartz. "Advanced Perl Programming" by Sriram Srinivasan (getting
slightly out of date; seems I heard of updated edition coming ???).
"Effective Perl Programming" by Joseph Hall is not bad. "Writing Perl
Modules for CPAN" by Sam Tregar is pretty good if your going to write
modules for CPAN. "Extending & Embedding Perl" by Tim Jenness & Simon
Cozens is good if your going to get into Perl/XS.
You'll definately want the Perl Cookbook mentioned above. It's the Perl
equivelant of the Effective C++ books.
Regards,
Randy.
Randy W. Sims Guest
-
Harvey Kelly #5
Re: (U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like
Hello,
If you've no experience whatsoever, then Beginning Perl for
Bioinformatics is
very helpful - then move on to Learning Perl I guess. It assumes no
prior
knowledge, and although its focus is on Biology, it's all just data
isn't it?
Cheers,
Harvey
-------------------introduction>On 2/4/2004 10:17 PM, wolf blaum wrote:
>>> Hi,
>> I like:
>>
>> Learning Perl by Randal Schwartz & Tom Phoenix as a good
withthe>> tons of further references
>>
>> Programing Perl by Larry Wall, Tom Christiansen and Jon Orwant as
ultimatedont>> refernce and pillow
>>
>> Mastering Perl/Tk by Steve Lidie and Nancy Walsh for times when I
havewhen I>> access to this mailing list and zentaras hints
>>
>> The Perl Cookbook by Tom Christiansen and Nathan Torkington for
was tobetter one>> lasy to think for myself (or wanted to get depressed by how muchregular>> could solve the problem Ive been working on in hunderts of lines)
>>
>> And even though I never read it in the linear way: MasteringDouglas>> expressions by Jeffrey Friedl
>>
>> Not to forget: perldoc perltoc or [url]www.perldoc.com[/url]
>>
>> and The Hitchhickers Guide to the Galaxy and Last Chance to see bywanting>>> Adams.
>>
>> I guess others would recomend The Lord of the rings too.
>>
>> Good night:-)
>> Wolf
>Since there was no mention what kind of perl books (beginner, etc.):
>
>I'd add: "Object Oriented Perl" by Damian Conway, I've also beenRandall>to check out "Learning Perl Objects, References, & Modules" by>Schwartz. "Advanced Perl Programming" by Sriram Srinivasan (getting
>slightly out of date; seems I heard of updated edition coming ???).
>"Effective Perl Programming" by Joseph Hall is not bad. "Writing Perl>Modules for CPAN" by Sam Tregar is pretty good if your going to write>modules for CPAN. "Extending & Embedding Perl" by Tim Jenness & SimonPerl>Cozens is good if your going to get into Perl/XS.
>
>You'll definately want the Perl Cookbook mentioned above. It's theHarvey Kelly>equivelant of the Effective C++ books.
>
>Regards,
>Randy.
>
>
>
>--
>To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
>For additional commands, e-mail: [email]beginners-help@perl.org[/email]
><http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
>
mailto:harvey.kelly@kcl.ac.uk
Harvey Kelly Guest
-
Km #6
Re: (U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like
Hi all,
sorry i think its the otherway around. first one should know the technical basics of Perl language then dive into books like 'Beginning Perl for Bioinformatics'. As far as i have seen people who have learnt Perl language initially and then read books like those fared far better than people who took those books without knowing what Perl language is.
regards,
KM
-------------------------------------------------------------------
On Fri, Feb 06, 2004 at 12:08:21PM -0000, Harvey Kelly wrote:> Hello,
>
> If you've no experience whatsoever, then Beginning Perl for
> Bioinformatics is
> very helpful - then move on to Learning Perl I guess. It assumes no
> prior
> knowledge, and although its focus is on Biology, it's all just data
> isn't it?
>
> Cheers,
>
> Harvey
>
> -------------------> introduction> >On 2/4/2004 10:17 PM, wolf blaum wrote:
> >> >> Hi,
> >> I like:
> >>
> >> Learning Perl by Randal Schwartz & Tom Phoenix as a good
> with> the> >> tons of further references
> >>
> >> Programing Perl by Larry Wall, Tom Christiansen and Jon Orwant as
> ultimate> dont> >> refernce and pillow
> >>
> >> Mastering Perl/Tk by Steve Lidie and Nancy Walsh for times when I
> have> when I> >> access to this mailing list and zentaras hints
> >>
> >> The Perl Cookbook by Tom Christiansen and Nathan Torkington for
> was to> better one> >> lasy to think for myself (or wanted to get depressed by how much> regular> >> could solve the problem Ive been working on in hunderts of lines)
> >>
> >> And even though I never read it in the linear way: Mastering> Douglas> >> expressions by Jeffrey Friedl
> >>
> >> Not to forget: perldoc perltoc or [url]www.perldoc.com[/url]
> >>
> >> and The Hitchhickers Guide to the Galaxy and Last Chance to see by> wanting> >> >> Adams.
> >>
> >> I guess others would recomend The Lord of the rings too.
> >>
> >> Good night:-)
> >> Wolf
> >Since there was no mention what kind of perl books (beginner, etc.):
> >
> >I'd add: "Object Oriented Perl" by Damian Conway, I've also been> Randall> >to check out "Learning Perl Objects, References, & Modules" by>> >Schwartz. "Advanced Perl Programming" by Sriram Srinivasan (getting
> >slightly out of date; seems I heard of updated edition coming ???).
> >"Effective Perl Programming" by Joseph Hall is not bad. "Writing Perl>> >Modules for CPAN" by Sam Tregar is pretty good if your going to write>> >modules for CPAN. "Extending & Embedding Perl" by Tim Jenness & Simon> Perl> >Cozens is good if your going to get into Perl/XS.
> >
> >You'll definately want the Perl Cookbook mentioned above. It's the>> >equivelant of the Effective C++ books.
> >
> >Regards,
> >Randy.
> >
> >
> >
> >--
> >To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
> >For additional commands, e-mail: [email]beginners-help@perl.org[/email]
> ><http://learn.perl.org/> <http://learn.perl.org/first-response>
> >
> >
> >
> Harvey Kelly
> mailto:harvey.kelly@kcl.ac.uk
>
> --
> To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
> For additional commands, e-mail: [email]beginners-help@perl.org[/email]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>
Km Guest
-
Harvey Kelly #7
Re: (U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like
Hello all,
Yeah that does make sense, but my experience (and I'm only speaking
for
myself here) is that learning about basics like scalar variables and
arrays etc.
first is a little daunting. With the Bioinfo. book I was writing
programs (well,
doing the exercises) straight away. Kinda like when I learnt French
(pretentious? Moi?), I was speaking phrases and communicating before
worrying about grammer - the grammer comes naturally the more you get
into
the language.
But I take your point and some people (most?) would find your
suggestion
helpful.
Harvey
-------------------technical basics>Hi all,
>
>sorry i think its the otherway around. first one should know the
of Perl language then dive into books like 'Beginning Perl for
Bioinformatics'. As
far as i have seen people who have learnt Perl language initially and
then read
books like those fared far better than people who took those books
without
knowing what Perl language is.no>
>regards,
>KM
>-------------------------------------------------------------------
>On Fri, Feb 06, 2004 at 12:08:21PM -0000, Harvey Kelly wrote:>> Hello,
>>
>> If you've no experience whatsoever, then Beginning Perl for
>> Bioinformatics is
>> very helpful - then move on to Learning Perl I guess. It assumesas>> prior
>> knowledge, and although its focus is on Biology, it's all just data
>> isn't it?
>>
>> Cheers,
>>
>> Harvey
>>
>> ------------------->> introduction>> >On 2/4/2004 10:17 PM, wolf blaum wrote:
>> >
>> >> Hi,
>> >> I like:
>> >>
>> >> Learning Perl by Randal Schwartz & Tom Phoenix as a good
>> with>> >> tons of further references
>> >>
>> >> Programing Perl by Larry Wall, Tom Christiansen and Jon OrwantI>> the
>> ultimate>> >> refernce and pillow
>> >>
>> >> Mastering Perl/Tk by Steve Lidie and Nancy Walsh for times whenlines)>> dont
>> have>> when I>> >> access to this mailing list and zentaras hints
>> >>
>> >> The Perl Cookbook by Tom Christiansen and Nathan Torkington for
>> was to>> better one>> >> lasy to think for myself (or wanted to get depressed by how much>> >> could solve the problem Ive been working on in hunderts ofby>> regular>> >>
>> >> And even though I never read it in the linear way: Mastering>> >> expressions by Jeffrey Friedl
>> >>
>> >> Not to forget: perldoc perltoc or [url]www.perldoc.com[/url]
>> >>
>> >> and The Hitchhickers Guide to the Galaxy and Last Chance to seeetc.):>> Douglas>> >> Adams.
>> >>
>> >> I guess others would recomend The Lord of the rings too.
>> >>
>> >> Good night:-)
>> >> Wolf
>> >
>> >Since there was no mention what kind of perl books (beginner,(getting>> wanting>> >
>> >I'd add: "Object Oriented Perl" by Damian Conway, I've also been>> Randall>> >to check out "Learning Perl Objects, References, & Modules" by>> >Schwartz. "Advanced Perl Programming" by Sriram Srinivasan???).>> >slightly out of date; seems I heard of updated edition comingPerl>> >"Effective Perl Programming" by Joseph Hall is not bad. "Writingwrite>>>> >Modules for CPAN" by Sam Tregar is pretty good if your going toSimon>>>> >modules for CPAN. "Extending & Embedding Perl" by Tim Jenness &Harvey Kelly>>>>> Perl>> >Cozens is good if your going to get into Perl/XS.
>> >
>> >You'll definately want the Perl Cookbook mentioned above. It's the>>>> >equivelant of the Effective C++ books.
>> >
>> >Regards,
>> >Randy.
>> >
>> >
>> >
>> >--
>> >To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
>> >For additional commands, e-mail: [email]beginners-help@perl.org[/email]
>> ><http://learn.perl.org/> <http://learn.perl.org/first-response>
>> >
>> >
>> >
>> Harvey Kelly
>> mailto:harvey.kelly@kcl.ac.uk
>>
>> --
>> To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
>> For additional commands, e-mail: [email]beginners-help@perl.org[/email]
>> <http://learn.perl.org/> <http://learn.perl.org/first-response>
>>
>>
>
>
mailto:harvey.kelly@kcl.ac.uk
Harvey Kelly Guest
-
Km #8
Re: (U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like
Hi all,
If u are a novice to programming, well it might be a bit difficult initially - i agree.>learning about basics like scalar variables and
> arrays etc.
> first is a little daunting. With the Bioinfo. book I was writing
> programs (well,well i 'd like to say that learning natural language (write/speak) is different from learning a programming language. in a natural language u get to the tune of the accent also along with grammar where as here it doesnt have any. well, we cant say "i speak in Perl language" ;-P.> doing the exercises) straight away. Kinda like when I learnt French
> (pretentious? Moi?), I was speaking phrases and communicating before
> worrying about grammer - the grammer comes naturally the more you get
> into
> the language.
i have also noticed people who only start with those 'Perl for Bioinfo' books get stuck when they need to do something beyond what is taught in the book.coz learning a language at the first place increases the scope of applicativity which u might miss otherwise. i have learnt Perl language first then applying it for bioinfo.
well its up to u/them :-) Its just a suggestion.> But I take your point and some people (most?) would find your
> suggestion
> helpful.regards,> Harvey
KM
> technical basics> >Hi all,
> >
> >sorry i think its the otherway around. first one should know the
> of Perl language then dive into books like 'Beginning Perl for
> Bioinformatics'. As
> far as i have seen people who have learnt Perl language initially and
> then read
> books like those fared far better than people who took those books
> without
> knowing what Perl language is.> no> >
> >regards,
> >KM
> >-------------------------------------------------------------------
> >On Fri, Feb 06, 2004 at 12:08:21PM -0000, Harvey Kelly wrote:> >> Hello,
> >>
> >> If you've no experience whatsoever, then Beginning Perl for
> >> Bioinformatics is
> >> very helpful - then move on to Learning Perl I guess. It assumes> as> >> prior
> >> knowledge, and although its focus is on Biology, it's all just data
> >> isn't it?
> >>
> >> Cheers,
> >>
> >> Harvey
> >>
> >> -------------------
> >> >On 2/4/2004 10:17 PM, wolf blaum wrote:
> >> >
> >> >> Hi,
> >> >> I like:
> >> >>
> >> >> Learning Perl by Randal Schwartz & Tom Phoenix as a good
> >> introduction
> >> with
> >> >> tons of further references
> >> >>
> >> >> Programing Perl by Larry Wall, Tom Christiansen and Jon Orwant> I> >> the
> >> ultimate
> >> >> refernce and pillow
> >> >>
> >> >> Mastering Perl/Tk by Steve Lidie and Nancy Walsh for times when> lines)> >> dont
> >> have
> >> >> access to this mailing list and zentaras hints
> >> >>
> >> >> The Perl Cookbook by Tom Christiansen and Nathan Torkington for
> >> when I
> >> was to
> >> >> lasy to think for myself (or wanted to get depressed by how much
> >> better one
> >> >> could solve the problem Ive been working on in hunderts of> by> >> >>
> >> >> And even though I never read it in the linear way: Mastering
> >> regular
> >> >> expressions by Jeffrey Friedl
> >> >>
> >> >> Not to forget: perldoc perltoc or [url]www.perldoc.com[/url]
> >> >>
> >> >> and The Hitchhickers Guide to the Galaxy and Last Chance to see> etc.):> >> Douglas
> >> >> Adams.
> >> >>
> >> >> I guess others would recomend The Lord of the rings too.
> >> >>
> >> >> Good night:-)
> >> >> Wolf
> >> >
> >> >Since there was no mention what kind of perl books (beginner,> (getting> >> >
> >> >I'd add: "Object Oriented Perl" by Damian Conway, I've also been
> >> wanting
> >> >to check out "Learning Perl Objects, References, & Modules" by
> >> Randall
> >> >Schwartz. "Advanced Perl Programming" by Sriram Srinivasan> ???).> >> >slightly out of date; seems I heard of updated edition coming> Perl> >> >"Effective Perl Programming" by Joseph Hall is not bad. "Writing> write> >>
> >> >Modules for CPAN" by Sam Tregar is pretty good if your going to> Simon> >>
> >> >modules for CPAN. "Extending & Embedding Perl" by Tim Jenness &>> >> >>
> >> >Cozens is good if your going to get into Perl/XS.
> >> >
> >> >You'll definately want the Perl Cookbook mentioned above. It's the
> >> Perl
> >> >equivelant of the Effective C++ books.
> >> >
> >> >Regards,
> >> >Randy.
> >> >
> >> >
> >> >
> >> >--
> >> >To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
> >> >For additional commands, e-mail: [email]beginners-help@perl.org[/email]
> >> ><http://learn.perl.org/> <http://learn.perl.org/first-response>
> >> >
> >> >
> >> >
> >>
> >> Harvey Kelly
> >> mailto:harvey.kelly@kcl.ac.uk
> >>
> >> --
> >> To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
> >> For additional commands, e-mail: [email]beginners-help@perl.org[/email]
> >> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> >>
> >>
> >
> >
> Harvey Kelly
> mailto:harvey.kelly@kcl.ac.uk
Km Guest



Reply With Quote

