I'm new to Web programming through Perl, so please bear with me. I have two questions.
I have a Perl script where I have constructed a URL with a query string. I don't think I need the CGI module in order to send this to the target Web server, but perhaps there is no other method. Is this correct?
The server simply prints a string which I understand will be marshalled across the link & printed. Do I have any control over where this print is printed on the Web page?
Any insight you can share would be greatly appreciated.