|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: Question why my code is posting a new lineby Athanasius (Vicar) |
| on Dec 18, 2012 at 02:35 UTC ( #1009267=note: print w/ replies, xml ) | Need Help?? |
|
Hello chiggly007, and welcome to the Monastery! When the user types (say) “1.5” and presses “Enter”, $price is assigned “1.5\n” (note the newline). Then when print "$price" is called, this newline is printed to the screen. Solution: chomp the input:
(Also, please fix the <code> / </code> tags in your post so that your script prints clearly. See Markup in the Monastery.) Hope that helps,
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||