In perlop I should've read
instead of misinterpreting@a = @b || @c; # this is wrong @a = scalar(@b) || @c; # really meant this
In reply to Re: Re: Regexp context with ||
by bsb
in thread Regexp context with ||
by bsb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |