in reply to Re: Authorize.Net
in thread Authorize.Net
my $post_data = &make_form(%submit_data); my ($page,$response,%headers) = &post_https($server,$port,$path,'',$ +post_data); if (defined $page) { $csv = new Text::CSV(); $csv->parse($page); @col = $csv->fields(); ...... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Authorize.Net
by dws (Chancellor) on Aug 07, 2003 at 21:48 UTC | |
by Anonymous Monk on Aug 08, 2003 at 01:23 UTC | |
|
Re: Re: Re: Authorize.Net
by Anonymous Monk on Aug 07, 2003 at 20:52 UTC |