Hmmm... interesting. I couldn't locate any documentation about it supporting all the methods. Good to know that it does. I think another reason I stopped looking was because I got the notion that I would have had to manually authenticate using Base64, and it started getting more complex than the one line of code I originally wanted to write.

This little piece of code is really just to create and delete some users from a webservice I created, so I can run some junit tests with a populated server.

It's amazing how sometimes the sideshow is more research than the main event! =)

Thanks again for your insight. I am obviously only a novice Perl programmer. I definitely appreciate all of the advice/help I've received today.

In reply to Re^4: How to control input of an external program? by klactose
in thread How to control input of an external program? by klactose

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.