in reply to Re^4: Devel::Peek Dump() not printing out
in thread Devel::Peek Dump() not printing out

Hi ultranerds,

I wrote about calling external programs at length here (unfortunately not in regards to UTF-8 though), and in fact that thread is about calling curl as well.

However, personally I would not call an external command at all. Have you tried using LWP::UserAgent, LWP::Simple, or HTTP::Tiny?

Regards,
-- Hauke D

  • Comment on Re^5: Devel::Peek Dump() not printing out

Replies are listed 'Best First'.
Re^6: Devel::Peek Dump() not printing out
by ultranerds (Hermit) on Feb 20, 2017 at 18:06 UTC
    Thanks. Maybe I need to look into WWW::Curl (originally I did it with backticks just because paypal's API system is all over the place, with really shoddy documentation on how to get tokens, and then the transaction id, etc.
    I think I'll give it another look tomorrow when my brain doesn't feel like mush :)
    Cheers

    Andy

      I'd go with Net::Curl over WWW::Curl.