Click here to get back home

regex for Err operator.

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
regex for Err operator. Raga 08-23-2005
Posted by Raga on August 23, 2005, 11:07 am
Please log in for more thread options
>>
>> [snip]
>>
>> > if I print "$1\n",
>> > the file prints just fine. But, if I do something like print "$1 after
>> > \n", the whole output is messed up. If I print "before $1\n", nothing
>> > prints at all. If I print "before $1 after\n", only after prints.
>>
>> not really sure, but could be a rogue "\r" in $1,


> There
> is a rogue carriage return (0xd) in the string

> Is there something I can do to deal with this
> situation?


Repair the corrupted file:

perl -p -i -e 'tr/\r//d' bad_file


--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas

Similar ThreadsPosted
Regex OR Operator June 12, 2007, 11:12 am
can I use 3 dot operator? September 4, 2004, 10:12 pm
what is the "=-" operator June 23, 2005, 2:34 pm
Use of the => operator March 29, 2006, 4:53 am
Bug of <= operator? June 9, 2006, 6:27 pm
the => operator January 15, 2007, 4:58 pm
Operator ->() March 27, 2008, 9:37 am
Burned using the .. operator September 4, 2004, 8:41 am
Modulus Operator (%) September 22, 2004, 7:56 pm
<> the Diamond Operator December 31, 2004, 2:48 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap