Hello,

I have one problem ( actually I'm sure I have many but haven't
realised it yet ) that I'm stuck on.

   the following line ( and several others like it ) produce the
   following error :

   ( my $mollusc  ) = ( param( 'mollusc  )  =~  /^(\w+)$/i );

   causes:
   "Use of inititialized value in pattern match (m//) "

Do I have to pre-declare the /^(\w+)$/i bit or where am I going wrong
( it all works but I am trying to prevent entries in the error log.

Many TIA

Francesco
   

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to