|
In lugnet.publish, Bram Lambrecht writes:
> mattdm@mattdm.org (Matthew Miller) writes:
> > Bram Lambrecht <BramL@JUNO.com> wrote:
> > > Is there a way to do this? Using just SSI?
> >
> > I don't think so. You'll need to use CGI.
>
> Time to learn Perl, then. Will the stuff after the ? be automatically
> intrepreted as stdin?
not that easily - it's a "get" form, so it'll all be on the commandline, I
think, but you'll still have to decode it (?xxx=yyy&aaa=bbb etc) also decode
stuff like %20 to spaces... much easier to use the CGI module to parse it all
for you an put it in nice happy variables :)
Dan
|
|
Message is in Reply To:
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|