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:
>
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