in reply to Suggestion on rewriting small code
Note that your print could be written:
print "$str\n";
or with current versions of Perl:
say $str;
Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond
|
---|
In Section
Seekers of Perl Wisdom