Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Should be there an small image to be placed in cgi-bin folder, to make script work correctly, return a small gif, or no image required?(I have no script's original package) If so, what image?print "Content-type: image/x-xbitmap\n\n"; print "#define name_width 1"; print "\n"; print "#define name_height 1"; print "\n"; print "static char name_bits[] = { 0x04 };"; print "\n";
Retitled by Steve_p from 'question about image'.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Returning image data from cgi script
by ikegami (Patriarch) on May 04, 2005 at 16:59 UTC | |
by Anonymous Monk on May 04, 2005 at 17:50 UTC | |
|
Re: Returning image data from cgi script
by Joost (Canon) on May 04, 2005 at 16:57 UTC | |
|
Re: Returning image data from cgi script
by cees (Curate) on May 04, 2005 at 18:27 UTC |