Click here to get back home

how to install sybperl???

 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 install sybperl??? yubo he 08-25-2004
Get Chitika Premium
Posted by yubo he on August 25, 2004, 5:42 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 August 25, 2004, 11:05 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
Sybperl open client error September 18, 2004, 5:01 pm
PPM sybperl not intended for MS2-x86-multi-thread October 11, 2004, 12:12 pm
Connecting to a specific database using sybperl January 19, 2007, 5:26 pm
How to install module when I am not allowed to install moudule in system directory? August 18, 2006, 12:58 pm
dbd-PG install help January 31, 2006, 11:37 pm
Module::Install October 7, 2004, 8:34 am
Net::POP3 Install October 22, 2004, 8:37 pm
GD.pm install woes October 30, 2004, 2:00 am
How to install DBI on Solaris? February 24, 2005, 6:01 pm
DBI - install problems May 20, 2005, 1:18 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap