Click here to get back home

download file from Windows Webserver box using LWP

 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
download file from Windows Webserver box using LWP becks007 11-03-2005
Get Chitika Premium
Posted by becks007 on November 3, 2005, 4:29 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 Brian Wakem on November 3, 2005, 1:13 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
Retrieving cookies from a webserver September 27, 2004, 1:47 am
Perl - MultiUser Webserver Environment Help June 15, 2006, 10:54 pm
"Its fast as heck" shiriram krishnamurthi said scheme webserver 8-10x spped of apachemodeperl July 18, 2006, 4:55 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
search Web for a file type and download them May 27, 2007, 8:16 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