in reply to Re: Perl equivalent for Python's request module for REST APIs.
in thread Perl equivalent for Python's request module for REST APIs.

... or HTTP::Tiny, which has been in core since 5.13.9. Of course, if you are using one of those *nix systems where the downstream packagers know better than p5p what ought to be in core, you may still not have it.

Replies are listed 'Best First'.
Re^3: Perl equivalent for Python's request module for REST APIs.
by hrcerq (Monk) on Sep 27, 2021 at 00:33 UTC

    Wow, thanks for mentioning that! I had never noticed it was in the core.

    return on_success() or die;