[EMAIL PROTECTED] wrote:
> Subject: newline...be gone
>
>
> Greetings,
>
> I have a question that probably easy to many...
>
> How can I get rid of the newline at the end of $line
> (which transfers to $remainder after splitting)?
If it is not off your system and you are getting the data from Unix, then
their end of line and the end of line for Windows are different. So when you do chomp,
chomp uses the variable $/ and what it has for doing the chomp. Otherwise if win to
win, does not make sense. Chomp works like a champ at what it does.
Wags ;)
>
> foreach $filename (@filelist) {
> open(INPUT,"$filename");
> foreach $line (<INPUT>) {
> chomp($line);
> my ($gene,$remainder) = split(/\t/,$line,2);
> chomp ($remainder);
> $genedex{$gene} .= "$remainder\t";
> }
> }
>
>
> I've tried substituting, chomping, but the newline
> remains. It's gotta be something obvious...
>
> Thank you very much,
> David
>
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search
> http://shopping.yahoo.com
> _______________________________________________
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
**********************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
****************************************************************
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs