Hi,

I wrote following sub routine. But got error like this
"Use of uninitialized value in pattern match (m//) at checkYadInsertFamily.pm 
line 71, <GEN4> line 6."

Could not find where I am doing wrong.

I will appreciate for your help.

thanks,

Bilashi


sub checkFreqCapping() {
   my ($fhlog, $prop, $cmpnInfo, $orderInfo, $result) = @_;
   my $name = $$cmpnInfo{"cmpgn_name"};
   if( $name =~ /freqcap/ )
   {    
      $fhlog->print("FreqINFO: Freqcapping is there\n");
      $$result = "p";
     
   }
}


      
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to