On Mon, 2008-08-18 at 15:10 -0700, Noah wrote:
>              print DIFF "d> $key" if !exists 
> ($templateConfiguation{$templateType}{$key});
>              print MATCH "m> $key" if exists 
> ($templateConfiguation{$templateType}{$key});

Try:

  print DIFF "d> $key" if !exists 
($templateConfiguation->{$templateType}{$key});
  print MATCH "m> $key" if exists 
($templateConfiguation->{$templateType}{$key});



-- 
Just my 0.00000002 million dollars worth,
  Shawn

"Where there's duct tape, there's hope."

"Perl is the duct tape of the Internet."
        Hassan Schroeder, Sun's first webmaster


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to