in reply to ?: conditionals
That code won't even run since the code have several errors. By keys $WorkingCopy you meant keys %WorkingCopy, and you're trying to use $WorkingCopy{$Key} when the loop assigns the key to $key, etc...use strict; use warnings;
|
|---|