in reply to typecast int to string

I just saw this yesterday in chromatic's free book Modern Perl

Its a free download, full of useful tips.

my $numeric_x = 0 + $x; # forces numeric context my $stringy_x = '' . $x; # forces string context my $boolean_x = !!$x; # forces boolean context

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh