http://qs1969.pair.com?node_id=578812


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();