Closed
Bug 16096
Opened 26 years ago
Closed 26 years ago
perl scripts can't call other perl scripts
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
M13
People
(Reporter: seanh, Assigned: gagan)
References
Details
I tested the browser on one of my own scripts, which has the line 'require
"cgi-lib.pl";' in it. The browser dosplays this:
Content-type: text/html 1
cgi-lib.pl: Unknown Content-type: application/x-www-form-urlencoded;
charset=ISO-8859-1
It works on Netscape 4.7 and Explorer 5.0, so it's not a server problem. I am
not a programmer, only a web page designer, but it looks to me like Mozilla
doesn't recognize this content-type. Is this really a bug, or this feature
slated for another milestone?
PS-Sorry if I assigned this to the wrong person.
| Reporter | ||
Updated•26 years ago
|
Summary: perl scripts can't call ther perl scripts → perl scripts can't call other perl scripts
Updated•26 years ago
|
Assignee: karnaze → gagan
Comment 1•26 years ago
|
||
Reassigning to Gagan.
This looks like the problem with cgi scripts not handling the charset on the
accept line. I have a dupe somewhere.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
Verified this is a dupe of bug 7533
both of them are a problme with "Content-Type HTTP Header specifies charset"
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•