[ic] Perl CGI module (was: Safe error in payment module)

Dan Bergan dan at berganconsulting.com
Fri Nov 16 00:10:42 UTC 2012


<snip>
>>
>> package CGI;
>> reset 'A-Z';
>> reset 'a-z';
>
> All that is academic. You are not living in CGI-land.
>

Thanks, Mike, for confirming that the standard CGI module will not work in IC.

It appears that Net::Braintree uses CGI on only 2 lines:

my $query = CGI->new($query_string);
return $query->Vars;

So, it looks like I should be able to replace CGI with CGI::Simple and
get the same results.  And, I think I'll politely ask Braintree if
they would consider doing the same replacement in their module.

Thanks -
Dan



More information about the interchange-users mailing list