Here is the output from dumper
Success: 0 Error code: 0 $VAR1 = bless( { 'success' => 0, 'tree' => undef, '_msg' => 'Can\'t connect to www.flickr.com:80 (conne +ct: Connection refused)', 'error_code' => 0, '_content' => '500 Can\'t connect to www.flickr.com:8 +0 (connect: Connection refused) ', 'error_message' => 'API returned a non-200 status cod +e (500)', '_headers' => bless( { 'client-warning' => 'Internal +response', 'client-date' => 'Fri, 08 Dec +2006 15:40:38 GMT', 'content-type' => 'text/plain' }, 'HTTP::Headers' ), '_rc' => 500, '_request' => bless( { '_content' => 'baz=quux&method +=flickr.test.echo&foo=bar&api_key=7d709a71710fa4b986f836053bcf0792', '_uri' => bless( do{\(my $o = +'http://www.flickr.com/services/rest/')}, 'URI::http' ), '_headers' => bless( { 'user-a +gent' => 'libwww-perl/5.805', 'conten +t-type' => 'application/x-www-form-urlencoded', 'conten +t-length' => 81 }, 'HTTP: +:Headers' ), 'api_method' => 'flickr.test.e +cho', '_method' => 'POST', 'api_args' => { 'baz' => 'quux +', 'method' => 'f +lickr.test.echo', 'foo' => 'bar' +, 'api_key' => ' +' #removed the key } }, 'Flickr::API::Request' ) }, 'Flickr::API::Response' );

In reply to Re^4: Flickr::API and using a proxy by zmerlinz
in thread Flickr::API and using a proxy by zmerlinz

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.