On 2/15/07, Johnson, Reginald (GTI) <[EMAIL PROTECTED]> wrote:
My code is comparing the variables node and db in one input file to bkup_node and bkup_db in the other input file.
Really?
if (($node =~ /$bkup_node/) && ($db =~ /$bkup_db/)) {
It looks as if you're using those two as patterns, but I think you mean to use string equality testing using eq. The variables aren't patterns, are they? Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/