in reply to Re^3: Using a stored condition
in thread Using a stored condition
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 $@;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Using a stored condition
by shmem (Chancellor) on Mar 02, 2008 at 23:44 UTC | |
by blazar (Canon) on Mar 03, 2008 at 00:12 UTC | |
by jdporter (Paladin) on Mar 03, 2008 at 01:34 UTC |