Click here to get back home

References as hash keys (Srinivasan's "Advanced Perl Programming")?

 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
References as hash keys (Srinivasan's "Advanced Perl Programming")? Adam Funk 06-27-2006
Get Chitika Premium
Posted by Adam Funk on June 27, 2006, 11:27 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

Posted by Jim Gibson on June 27, 2006, 12:43 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 Adam Funk on June 28, 2006, 6:15 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
OO perl, why print hash keys AND values? June 2, 2008, 10:22 am
Storing references in a hash - why does Perl complain here? February 23, 2008, 8:29 am
Combining multiple hash references into one hash reference September 1, 2005, 1:47 pm
Sort by hash vaule, an array of hash references October 6, 2005, 12:52 pm
ISO "advanced" info on benchmarking in Perl May 23, 2005, 1:36 am
Modify keys in a %hash using tr/// or s/// February 17, 2005, 8:03 pm
chomp hash keys? April 28, 2006, 8:03 pm
using an array to set up hash keys November 20, 2006, 7:44 pm
Using strings as keys of hash November 29, 2008, 6:09 pm
FAQ 4.56: What happens if I add or remove keys from a hash while iterating over it? October 24, 2004, 11:03 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap