Click here to get back home

Permuting using any number of given chars

 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
Permuting using any number of given chars Brian Wakem 05-17-2005
Get Chitika Premium
Posted by Brian Wakem on May 17, 2005, 10:51 pm
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

Posted by Anno Siegel on May 17, 2005, 11:21 pm
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
Match a number of repeated chars, but NO MORE. December 2, 2005, 2:16 am
regex for chars 192 to 255 February 29, 2008, 5:45 am
Delete nonprinting chars September 6, 2004, 10:04 pm
Regex for special chars.. April 18, 2006, 10:10 am
parsing UTF-8 chars out of POST data September 8, 2004, 11:00 am
Matching escaped delimiter chars November 28, 2005, 9:21 pm
XML Javascript Special Chars encoding February 20, 2006, 8:52 am
[regex] grep for chars in any order June 18, 2008, 3:06 am
Perl opting for double-byte chars? September 11, 2004, 6:38 pm
Re: Perl opting for double-byte chars? September 12, 2004, 4:00 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap