in reply to •Re: int not working?
in thread int not working?

Or the real print statements are in the other order, and there is a comma between them, ala:
perl -we'$foo="xyz"; $bar="pdq"; print $foo, print "$bar\n"'