Re: Undefined subroutine [...] called at [...] though sub and routine exist

2004-09-13 Thread Jenda Krynicky
From: "Schlabach, Torsten" <[EMAIL PROTECTED]> > I have a CGI script that is calling a perl module. One function in > that module uses a sub which is defined only later in the source, but > there is a forward declaration available for the function with sub. > Conceptionally this looks like this: >

Undefined subroutine [...] called at [...] though sub and routine exist

2004-09-13 Thread Schlabach, Torsten
Dear list, I have a problem with Perl and I have no idea at all how to search for it. I have a CGI script that is calling a perl module. One function in that module uses a sub which is defined only later in the source, but there is a forward declaration available for the function with sub. Conc