in reply to Re^3: how to make dependent drop down in perl script (missing header)
in thread how to make dependent drop down in perl script
If your data is HTML then obviously print an HTML Content Type rather than a plain text one.
print "Content-type: text/html\n\n";
Your post is was confusing. Please enclose your output inside <code> tags so that we can tell what it really is.
Updated - thanks Corion for editing the parent to add the code tags.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: how to make dependent drop down in perl script (missing header)
by Anonymous Monk on May 01, 2023 at 15:11 UTC | |
by marto (Cardinal) on May 01, 2023 at 15:26 UTC | |
|
Re^5: how to make dependent drop down in perl script (missing header)
by Anonymous Monk on May 01, 2023 at 14:20 UTC | |
by marto (Cardinal) on May 01, 2023 at 14:25 UTC | |
by Anonymous Monk on May 01, 2023 at 15:26 UTC | |
by marto (Cardinal) on May 01, 2023 at 15:40 UTC |