I'm want to drop some existing code that uses CGI.pm into Embperl,
but Embperl grabs POST'ed data, so CGI doesn't have it.  By changing
my 'new CGI()' statements to 'new CGI(\%fdat);', my existing CGI-based
code seems to work as expected.  Is this the way other folks approach
the issue, or is there some other technique, perhaps some automagical
Embperl thing?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to