But it still keeps giving me the same bunch of errors. Am I doing something wrong here?my $aa=1,$bb=1,$cc=1,$dd=1; my $method1 = '(($aa && $bb)) || ($cc && $dd)'; print "yeah\n" if eval $method1; die $@ if $@;
In reply to Re^4: Using a stored condition
by legend
in thread Using a stored condition
by legend
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |