A
Aaron DeLoach
My Perl programs are developed in the Win32 environment. Some of my work
gets ported to the Unix OS.
I use the CGI.pm module to 'paramitize' form post data. Everything works
well with this great module.
However, I have a program that will be ran every ten seconds or so (maybe
more?). I use the CGI.pm just to parse the initial form post data into
parameters that I immediately place and work with in hashes (I love hashes).
We control the form post data, so I'm not terribly worried about problems
that the CGI.pm module tends too regarding such. This seems like a bit of
overkill just to parse parameters I know, but in Windows there is no STDIN
to parse form posts from like the Unix OS.
Does anybody have a work-around/solution/tip/anything to get around using
the CGI.pm for this instance?
Regards,
Aaron
gets ported to the Unix OS.
I use the CGI.pm module to 'paramitize' form post data. Everything works
well with this great module.
However, I have a program that will be ran every ten seconds or so (maybe
more?). I use the CGI.pm just to parse the initial form post data into
parameters that I immediately place and work with in hashes (I love hashes).
We control the form post data, so I'm not terribly worried about problems
that the CGI.pm module tends too regarding such. This seems like a bit of
overkill just to parse parameters I know, but in Windows there is no STDIN
to parse form posts from like the Unix OS.
Does anybody have a work-around/solution/tip/anything to get around using
the CGI.pm for this instance?
Regards,
Aaron