'medium' reg exp greediness?

2006-04-29 Thread Alan Campbell
hello folks, I'm trying to do a 'medium' greediness regular expression. Here's what I mean. I need to grab all of the DW_TAG_TI_reserved stuff and kill it (italics below) DW_TAG_TI_assign_register

Re: Replying to the perl list (was Re: problem with whitespace not splitting on split.)

2006-04-29 Thread Randal L. Schwartz
> "Rance" == Rance Hall <[EMAIL PROTECTED]> writes: Rance> All of my other lists behave in the reverse, if you reply, it goes to Rance> the list, if you reply all, a second copy goes to the individual. Oh geez. Here we go again. Please read .

RE: Replying to the perl list (was Re: problem with whitespace not splitting on split.)

2006-04-29 Thread Charles K. Clarkson
Randal L. Schwartz wrote: : Oh geez. Here we go again. : : Please read . : And understand that *no* list managed at lists.perl.org will : *ever* have reply-to set. Thank goodness. :) : : Your other lists coddle to the beginners who can't operate t

Re: Replying to the perl list (was Re: problem with whitespace not splitting on split.)

2006-04-29 Thread Mr. Shawn H. Corey
On Sat, 2006-29-04 at 07:47 -0700, Randal L. Schwartz wrote: > > "Rance" == Rance Hall <[EMAIL PROTECTED]> writes: > > Rance> All of my other lists behave in the reverse, if you reply, it goes to > Rance> the list, if you reply all, a second copy goes to the individual. > > Oh geez. Here we

RE: Replying to the perl list (was Re: problem with whitespace notsplitting on split.)

2006-04-29 Thread Russ Foster
> -Original Message- > From: Randal L. Schwartz [mailto:[EMAIL PROTECTED] > > Your other lists coddle to the beginners who can't operate their mail > client, > at the expense of experts who *can*. Let's not hobble the experts, or the > experts will go away. > I thought this was a beginn

Re: Replying to the perl list (was Re: problem with whitespace not splitting on split.)

2006-04-29 Thread Jeff Peng
> In practice, I use two types of replies. One to all the list > recipients and one to only the author of this particular message. > It's silly to send the message to the entire list and send a > duplicate to the author. (He already has a copy because he is a > member of the list.) > I do agr

Re: Replying to the perl list

2006-04-29 Thread Dr.Ruud
Charles K. Clarkson schreef: > What we probably need is unmunged Reply-To addresses and mail > clients which allow custom reply choices. At last. Please also set up your mail client to remove the / (was:.*)$/ out of the Subject, when replying. -- Affijn, Ruud "Gewoon is een tijger." --

'Tie::StdScalar' - perl tells me it can't find it

2006-04-29 Thread tom arnall
i'm try to use 'Tie::StdScalar' but perl tells me it can't find it. I've pushed '/usr/share/perl/5.8.7' onto @INC. the error is: Can't locate Tie/StdScalar.pm in @INC in '/usr/share/perl/5.8.7/Tie/Scalar.pm' there is 'package Tie::StdScalar' etc. thanks, tom arnall north spi

Re: 'Tie::StdScalar' - perl tells me it can't find it

2006-04-29 Thread Mr. Shawn H. Corey
On Sat, 2006-29-04 at 10:28 -0700, tom arnall wrote: > i'm try to use 'Tie::StdScalar' but perl tells me it can't find it. I've > pushed '/usr/share/perl/5.8.7' onto @INC. the error is: > > Can't locate Tie/StdScalar.pm in @INC > > in '/usr/share/perl/5.8.7/Tie/Scalar.pm' there is

Re: Replying to the perl list (was Re: problem with whitespace notsplitting on split.)

2006-04-29 Thread Chad Perrin
On Sat, Apr 29, 2006 at 11:28:26AM -0500, Russ Foster wrote: > > -Original Message- > > From: Randal L. Schwartz [mailto:[EMAIL PROTECTED] > > > > Your other lists coddle to the beginners who can't operate their mail > > client, > > at the expense of experts who *can*. Let's not hobble th

Re: Replying to the perl list

2006-04-29 Thread Mr. Shawn H. Corey
On Sat, 2006-29-04 at 11:52 -0600, Chad Perrin wrote: > There's gotta be a simple solution out there somewhere that allows a > more-convenient (for those used to being able to simply "reply" to a > list) means of interacting with the list without forcing them to A) > change email clients and B) bec

Re: Replying to the perl list

2006-04-29 Thread Chad Perrin
On Sat, Apr 29, 2006 at 02:36:09PM -0400, Mr. Shawn H. Corey wrote: > On Sat, 2006-29-04 at 11:52 -0600, Chad Perrin wrote: > > There's gotta be a simple solution out there somewhere that allows a > > more-convenient (for those used to being able to simply "reply" to a > > list) means of interactin

RE: Replying to the perl list

2006-04-29 Thread Charles K. Clarkson
Russ Foster wrote: : I thought this was a beginners list? It's a Perl beginner's list not an email beginner's list. If I choose to find answers to my problem in an encyclopedia I would first learn the correct method to use the encyclopedia then I would be able to use that resource correctly.

Re: 'medium' reg exp greediness?

2006-04-29 Thread Jay Savage
On 4/29/06, Alan Campbell <[EMAIL PROTECTED]> wrote: hello folks, I'm trying to do a 'medium' greediness regular expression. Here's what I mean. I need to grab all of the DW_TAG_TI_reserved stuff and kill it (italics below) DW_TAG_TI_assign_regis