![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
help with (what I consider) a strange problemby dusk (Friar) |
on Mar 19, 2001 at 07:11 UTC ( #65344=perlquestion: print w/replies, xml ) | Need Help?? |
dusk has asked for the wisdom of the Perl Monks concerning the following question:
Fellow monks, I am using Text::Bastardize to output user input in pig latin. But, I am encountering a problem When I assign `<>' to a scalar, and assign the scalar to `$_', it works fine. but when I `chomp' <>, it will not work. Sample code:
That code works; but outputs with an appended newline. When I use:
It doesn't output anything. I do not know whether I am making a basic error, or if Text::Bastardize's `charge' doesn't like the use of chomp for some reason Please help :)
Back to
Seekers of Perl Wisdom
|
|