in reply to Re^3: pattern match showes true
in thread pattern match showes true
I get all the values correct exceptmy($q1,$a1) = split(/=/); $prod->{$environment}{$dbname}{$q1} = $a1; my($rt,$ap) = split(/=/); $preprod->{$env}{$database}{$rt} = $ap; and then comparing the values as if ($preprod->{$env}{$database}{$rt} ne $prod->{$environment}{$dbname} +{$q1) { print "$preprod->{$env}{$database}{$rt}\n" }
#$a1 is /siebprod/db13/PRODDB/log2/ #$ap is /preprod/db12/PREPRODDB/log2/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: pattern match showes true
by ysth (Canon) on Jul 31, 2007 at 20:19 UTC |