in reply to
Re: Unknown characters
in thread
Unknown characters
I have tried chomp; what happens is when i then try to print the string it is empty.
When i length($msg); it still gives my a 46 back.
Comment on
Re^2: Unknown characters
Replies are listed 'Best First'.
Re^3: Unknown characters
by
Crackers2
(Parson)
on Feb 08, 2011 at 22:37 UTC
Did you remember to
$|=1
? Otherwise the reason you're not seeing any output at all is probably just buffering.
[reply]
[d/l]
Re^4: Unknown characters
by
HyperDevil
(Initiate)
on Feb 08, 2011 at 23:07 UTC
yes :)
[reply]
In Section
Seekers of Perl Wisdom