in reply to Re^2: pattern match showes true
in thread pattern match showes true
I can think of three possible problems you might be having, other than simple syntax misuse: one of your strings might have a newline at the end, making them not exactly equal; $prod and $preprod could be referring to different hashes than you expect; $siebdb could be something different than you expect either when storing the values in the hash or when doing the comparison.
We'd really have to see more of your code to tell what's up.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: pattern match showes true
by Anonymous Monk on Jul 31, 2007 at 19:52 UTC | |
by ysth (Canon) on Jul 31, 2007 at 20:19 UTC |