Luinrandir am Montag, 25. Juli 2005 21.42:
> I am just learning about making and using my own packages and moduals
>
>
> I have a CGI that requires a package.
or: "uses"
> the package is
> a subroutine that is called on in the main program(CGI)
> The subroutine works fine as a sub
...defined.
I am just learning about making and using my own packages and moduals
I have a CGI that requires a package.
the package is a subroutine that is called on in the main program(CGI)
The subroutine works fine as a sub in the main program.
but when I put it in a package, it does not work.
I thought r