Click here to get back home

print sybase system stored procedure output to filehandle

 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
print sybase system stored procedure output to filehandle peter.brown 10-12-2006
Get Chitika Premium
Posted by peter.brown on October 12, 2006, 10:39 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 Brian McCauley on October 14, 2006, 4:41 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
Problems Binding Parameters for Stored Procedure April 10, 2007, 1:42 pm
Using SQLServer Stored Procedure returns Data with DBI... July 30, 2007, 9:03 am
Calling a SQL Server Stored Procedure from within Perl November 21, 2007, 10:41 am
[newbie]How to call stored procedure using DBIx? December 28, 2007, 8:19 am
How to print "0A" LF or "03" ETX characters to a filehandle October 17, 2006, 4:24 pm
Problem using print with a reference to a filehandle June 1, 2006, 10:10 am
FAQ 5.1 How do I flush/unbuffer an output filehandle? Why must I do this? February 22, 2005, 6:03 pm
FAQ 5.1 How do I flush/unbuffer an output filehandle? Why must I do this? May 15, 2005, 11:03 am
FAQ 5.1 How do I flush/unbuffer an output filehandle? Why must I do this? July 31, 2005, 10:03 am
FAQ 5.1 How do I flush/unbuffer an output filehandle? Why must I do this? October 2, 2005, 4:03 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap