in reply to HTML Tag attribute problems with CGI.pm
print $query->header(type=>'image/gif');
Looking at the rest of your post, it seems that this could be better:
print $query->header(type=>'text/html');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: cgi.pm problem
by Prince99 (Scribe) on May 30, 2001 at 19:37 UTC |