Hello,
Currently my script has a
line at the begining.
I thought that this invokes the GD module residing in the MAIN perl app on the server.
I want to use the GD module that is loaded locally to my script within my cgi-local directory not the servers cgi-bin.
How do I do this?
Thanks In the begining
Let us first assume that there was nothing to begin with.
Currently my script has a
Code:
use GD;
I thought that this invokes the GD module residing in the MAIN perl app on the server.
I want to use the GD module that is loaded locally to my script within my cgi-local directory not the servers cgi-bin.
How do I do this?
Thanks In the begining
Let us first assume that there was nothing to begin with.