Even return and return undef aren't the same.
sub plain { return } sub Undef { return undef } my @empty = plain(); my @nonempty = Undef(); die 'Different' unless @empty == @nonempty;
In reply to Re^7: check possible combination of sum using given array
by choroba
in thread check possible combination of sum using given array
by dideod.yang
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |