in reply to If I was forced to program in another language, the Perl language feature I would miss most would be:
I'd miss boolean operators that return the operand rather than true or false. You can't do the following in C++, for example:
my $o = Class1->new() || Class2->new();
In Section
Past Polls