Click here to get back home

How to read file in nonblocking mode?

 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
How to read file in nonblocking mode? sonet 12-07-2006
Get Chitika Premium
Posted by sonet on December 7, 2006, 3:18 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 Ben Morrow on December 7, 2006, 11:04 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 McCauley on December 7, 2006, 2:06 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
trouble with Archive::Tar : Can not read compressed format in tar-mode July 26, 2005, 10:54 am
cperl-mode.el (was: Re: FAQ 3.12 Where can I get perl-mode for emacs?) April 29, 2008, 8:23 pm
Open file in binary mode June 1, 2007, 7:07 am
Re: How to pipe text or load a file directly into mail-mode? May 4, 2006, 6:49 am
Open3 with nonblocking reads September 3, 2004, 7:51 am
Multithreaded and/or nonblocking server? February 16, 2006, 6:51 pm
Read xml file and write data to a txt file using PERL.... urgent April 17, 2007, 4:17 pm
How to read and write a file without open file twice? Thanks in advance. September 25, 2007, 2:31 pm
Use of CGI.pm filehandle with File::Copy::copy in taint mode May 5, 2006, 3:57 pm
how to read file when this file is locking.... April 15, 2005, 12:20 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap