It is not a standard perl error message. I went through mod_perl doc at
http://perl.apache.org/docs/general/perl_reference/perl_reference.html#T
racing_Warnings_Reports

and understand that, the error message appear if one fails to pass a
value to a subroutine before using. Looking through my codes, you may
have noticed that, I did pass 2 arguments to the subroutine.

 

-----Ursprüngliche Nachricht-----
Von: Perrin Harkins [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 23. August 2003 00:10
An: B. Fongo
Cc: [EMAIL PROTECTED]
Betreff: Re: Use of uninitialized valued in concatenation....

On Fri, 2003-08-22 at 17:23, B. Fongo wrote:
> I have a file (output_tab.pm) that I use to generate tables
> dynamically. Even though it serves its purpose, it goes on generating
> this error:
> 
> “Script_name.pl: Use of uninitialized value in concatenation (.) or
> string at output_tab.pm line 42”.

This is a standard perl error message.  It is not related to mod_perl. 
You can look in the perldiag man page for a more complete explanation.

- Perrin




--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to