Re: Regexp matching problems

2004-04-26 Thread Randy W. Sims
On 4/26/2004 4:27 PM, Price, Jason (TLR Corp) wrote: Is there a way I can view system characters in a variable? my $str = "\n\r\bHello, World!\n"; printf( "%02x ", ord $_ ) for split //, $str; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Regexp matching problems

2004-04-26 Thread Price, Jason (TLR Corp)
I am having problems with one of my regexp substitutions not matching the first line returned in a set, and I'm having trouble figuring out why. I figure there's probably a hidden system character or something of the sort that is causing my regexp to fail. Here's the scenario: I'm forking off