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 reply to Re: If I was forced to program in another language, the Perl language feature I would miss most would be:
by ikegami
in thread If I was forced to program in another language, the Perl language feature I would miss most would be:
by grinder
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |