usmrguru has asked for the wisdom of the Perl Monks concerning the following question:
[%Begin Unverified Perl if(QUESTIONNAME() =~ /byo/i) { return "<img src=\"\[%GraphicsPath()%\]A42.png\" alt=\"\" border=\"0\" + width=\"240\">"; } End Unverified%]
Currently the image path from program is
http://domainname.com/1403/cgi-bin/GraphicsPath()A42.pngActually it should be...
http://domainname.com/1403/graphics/A42.png Can any one help me solving this problem? Thanks, Guru
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Image path is going wrong
by InfiniteSilence (Curate) on Apr 24, 2014 at 15:36 UTC |