in reply to Re^6: XML tags using perl CGI
in thread XML tags using perl CGI
Although I do wish there was a simple module to decode query parameters that isn't part of a framework
No need to wish, since it already exists: CGI::Simple -- it gives an interface to the CGI parameters that would be familiar to ex-users of CGI.pm without any of the hacky HTML generation cruft.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: XML tags using perl CGI
by Bod (Parson) on Jan 14, 2024 at 20:30 UTC | |
by hippo (Archbishop) on Jan 14, 2024 at 21:24 UTC |