The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Development Articles
|
Perl 101 (part 6) - The Perl Toolbox
Discuss Perl 101 (part 6) - The Perl Toolbox in the Development Articles forum on Dev Shed. Perl 101 (part 6) - The Perl Toolbox Development Articles forum discussing articles and tutorials located at http://www.devshed.com. See what our authors have created for your viewing pleasure.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

September 5th, 2000, 10:59 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
tutorial
http://www.devshed.com/Server_Side/Perl/Perl101_6/page4.html
--------------------------------------------------------------------------------
/\s+/ /
--------------------------------------------------------------------------------
would "substitute zero or more occurrences of whitespace with nothing"
Should read. Replace one or more occurrences of whitespace with a single space.
|

September 7th, 2000, 09:10 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
string manipulations
Hi all,
<br>
<br>
I read the article and I must say it is well organized. I was wondering what level of programmers is this article geared to. In the future will there be articles geared to programmers with more knowledge and experience.
<br>
<br>
Basim
|

October 20th, 2000, 11:13 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
where is the content?
Hello,
I am visiting the page for Part 6 of this series and I see no content other than an introductory paragraph. Where is the lesson?
Mike
|

November 14th, 2000, 11:22 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Good Explanation
After looking at various other sites and a Perl book, this tutorial was by far more understandable.
|

November 16th, 2000, 08:19 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: Good Explanation
I agree with Bob. This tutorial is excellent in setting a good basic foundation for writing perl scripts. Other books will only augment this.
|

January 24th, 2001, 05:43 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Re: tutorial
I am using this course as a refresher and generally find it easy to read.
<br>
However, there do seem to be some lapses in accuracy.
<br>
For example,
<br>
<br>
*****$line =~ s/a/e/gi;
<br>
<br>
When I use this regex
<br>
'Angry young man' becomes 'engry young men' not 'Engry young men' as quoted in your lesson.
|

June 11th, 2001, 02:02 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I agree with Lucy
I also found the Angry young man converted to engry, not Engry. Even after pasting the code directly.
Otherwise, this is the best tutorial on PERL I've ever seen. - by far.
|

January 28th, 2002, 06:22 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|

February 22nd, 2002, 03:51 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|

May 28th, 2003, 02:22 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
Perl 101 (part 6) - The Perl Toolbox
Perl 101 \(part 6\) - The Perl Toolbox
This time, Perl 101 visits some of Perl's more useful in-built functions, and teaches you the basics of pattern matching and substitution. Also included is a list of common string and math functions, together with examples of how to use them. Click for full article.
Please discuss this article in this thread. You can read the article here .
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|