Run the following, and tell us what the output is:
$preprod->{$siebdb} = $k; print "[$k]\n"; $prod->{$siebdb} = $j; print "[$j]\n"; if ( $preprod->{$siebdb} eq $prod->{$siebdb} ) { print "SAME\n" } else { print "DIFFERENT\n" }
In reply to Re^3: pattern match showes true
by FunkyMonk
in thread pattern match showes true
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |