Hi, the last Character of $line seems to be a "\n" try this:
chomp($line); print TESTOUTPUT "$line " . length($address) . $address; Friedel -----Ursprungliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Gary Kuznitz Gesendet: Montag, 11. Oktober 2004 18:06 An: [EMAIL PROTECTED] Betreff: Print value of help please X-No-archive: yes Hi, Could someone please help me figure out what I am doing wrong. I have this statement: print TESTOUTPUT "$line" .length($address). $address; It's printing "$line" to a file just fine. It's printing .length($address). on the next line and I'd like to see all of it on the same line. It's printing $address as garbage. I have tried a number of different versions of valueof('$address') but I just can't seem to figure it out. Thank you, Gary _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs