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

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
  • Comment on Re^6: Devel::Peek Dump() not printing out

Replies are listed 'Best First'.
Re^7: Devel::Peek Dump() not printing out
by ikegami (Patriarch) on Feb 22, 2017 at 20:43 UTC

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