Re: Use of uninitialized value in pattern match (m//) at ...

2003-06-26 Thread Singing Banzo
03 6:29 PM Subject: Re: Use of uninitialized value in pattern match (m//) at ... > Singing Banzo wrote: > > > > I think this is a very basic warning, but I coudn't find the way to avoid it > > (tried google, faq, and archive): > > > > Use of uninitialized value

Use of uninitialized value in pattern match (m//) at ...

2003-06-26 Thread Singing Banzo
I think this is a very basic warning, but I coudn't find the way to avoid it (tried google, faq, and archive): Use of uninitialized value in pattern match (m//) at poComen.cgi line 138. line 138: if ($q->param('template') =~ /^[1234]$/) { # trying to find out if the value of a form parameter is