Click here to get back home

Sorting a nested array (table) (alphabetically)

 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
Sorting a nested array (table) (alphabetically) nstott1982 09-29-2005
Get Chitika Premium
Posted by Dr.Ruud on October 12, 2005, 4:18 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
table sorting May 3, 2006, 5:58 pm
Nested sorting of a hash December 6, 2007, 6:23 am
delimited data into nested array August 4, 2004, 1:49 am
printing a multidimensional array in table format August 28, 2006, 12:28 pm
Sorting an Array by Another January 21, 2005, 12:56 pm
sorting an array of hashrefs August 29, 2006, 4:29 pm
Perl sum of array and help with sorting August 20, 2007, 3:44 pm
Confused by sorting array elements August 4, 2004, 5:39 am
Sorting Array of String Backward October 13, 2004, 9:32 am
Sorting a Multi-dimenional Array February 11, 2005, 2:55 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap