Re: multilinepattern match
From: James Willmore (jwillmore_at_myrealbox.com)
Date: 11/18/03
- Previous message: Trent Curry: "Re: regex to convert 1000000 -> 1,000,000 ?"
- In reply to: Sara: "Re: multilinepattern match"
- Next in thread: Anno Siegel: "Re: multilinepattern match"
- Reply: Anno Siegel: "Re: multilinepattern match"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 17 Nov 2003 18:25:00 -0800
genericax@hotmail.com (Sara) wrote in message news:<776e0325.0311171042.1adbfb60@posting.google.com>...
<snip>
> #!/usr/bin/perl -wd
Just a suggestion ...
when posting code, please avoid using the '-d' switch. I realize that
it throws one into the debugger, but others may not. Given the
various states of experience in Perl found in this newsgroup, this
could confuse the not so experienced reader.
Again - just a suggestion :-)
> $_ = "a bunch of
> stuff
> is here..
> end;
> /
> thats all
> folks";
Another suggestion is avoid setting '$_'. It's a special variable and
one should avoid setting it. Again - I understand what you're trying
to demonstrate, but those less experienced may not.
Again - just a suggestion ;-)
Jim
(jwillmore _at_ adelphia _dot_ net)
- Previous message: Trent Curry: "Re: regex to convert 1000000 -> 1,000,000 ?"
- In reply to: Sara: "Re: multilinepattern match"
- Next in thread: Anno Siegel: "Re: multilinepattern match"
- Reply: Anno Siegel: "Re: multilinepattern match"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|