Just did basic print Dumper(%form_data); Doing some reading in the Ram (cook)book on hashes so I tried it again, but this time with instead of %form_data = make_data, I just had %form_data = ( ...
That dumps:

$VAR1 = 'x_ADC_URL'; $VAR2 = 'FALSE'; $VAR3 = 'x_Exp_Date'; $VAR4 = '1 +102'; $VAR5 = 'x_Card_Num'; $VAR6 = '4222222222222'; $VAR7 = 'x_Versi +on'; $VAR8 = '3.0'; $VAR9 = 'x_Method'; $VAR10 = 'CC'; $VAR11 = 'x_AD +C_Delim_Data'; $VAR12 = 'TRUE'; $VAR13 = 'x_Amount'; $VAR14 = '1'; $V +AR15 = 'x_Login'; $VAR16 = 'bigjoes'; $VAR17 = 'x_Last_Name'; $VAR18 += 'Doe'; $VAR19 = 'x_First_Name'; $VAR20 = 'John'; $VAR21 = 'x_Type'; + $VAR22 = 'AUTH_ONLY'; $VAR23 = 'x_Test_Request'; $VAR24 = 'TRUE';
Not sure what the make_form of Net::SSLeay does, and the documentation isn't the greatest. Trudging onward...

-THRAK
www.polarlava.com

In reply to Re: Re: Re: Re: Interfacing to Authorize.Net by THRAK
in thread Interfacing to Authorize.Net by THRAK

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.