in reply to Re^2: Image doesnot display in perl cgi when moved code from linux to windows
in thread Image doesnot display in perl cgi when moved code from linux to windows
In addition to the path location mentioned above, you are also printing the <img> tag outside of the <html> block. The generated HTML is not valid. Access the source of the resource present at your URL (see LWP::UserAgent or curl or even echo 'GET /my/url HTTP/1.0' | telnet hostname 80 and take a look at what is being generated.
--MidLifeXis
|
|---|