Well that was the comment I was looking for:

-bash-3.00$ uname -a Linux ns1.netwire-solutions.com 2.6.9-5.EL #1 Wed Jan 5 19:22:18 EST 2005 i686 i686 i386 GNU/Linux

I'm developing a sign up form for a paid membership. After the program takes the desired user information, it will then give the form for the payment information. To connect to the API I need to send XML formated information to the API. It suggests using cURL but gives no sample code on using it. It does describe a sample module that they are supposed to provide, but this merchant account is going through support changes and I can't find support for that other module.

I'm thinking that if security is a big concern with cURL then I should focus more time on installing the other module.

The program only needs to send a single price for a single item from a single person to a seperate API that then handles everything else. I would like to get cURL working before switching to a more secure form of transfering just for my own personal experience... That being said what was the prerequisite again for WWW::CURL


In reply to Re^2: Using CURL by peewee_zz
in thread Using CURL by peewee_zz

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.