Click here to get back home

search Web for a file type and download them

 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
search Web for a file type and download them MoshiachNow 05-27-2007
Posted by MoshiachNow on May 27, 2007, 8:16 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 Skye Shaw!@#$ on May 28, 2007, 5:32 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
In windows, start default app associated with file type July 6, 2007, 4:56 am
Problem reading & displaying MHTML file type February 15, 2006, 3:59 pm
Sending a binary file through a script (binmode/stdout/mime type) December 13, 2004, 1:50 pm
Download A File April 2, 2008, 12:01 pm
How to download a .gif file using perl. July 31, 2006, 3:55 pm
Program that download ZIP file from web? September 4, 2006, 4:29 am
download a text file from a URL February 5, 2007, 11:24 pm
download file from Windows Webserver box using LWP November 3, 2005, 4:29 am
Download MP3 file from site with cookies? July 4, 2007, 12:40 pm
Re: pb download file on internet site April 24, 2008, 11:47 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap