
Perinci::Use - Use a Riap package like a local Perl module

version 0.03

# import pyth() use Perinci::Use "http://example.com/My/Math", 'pyth'; print pyth(3, 4); # 5 # import all use Perinci::Use "http://example.com/My/Math";

This module provides use_riap_package(), usually used as shown in Synopsis, a la Perl's use().
This module uses Log::Any for logging.

None are exported.


Steven Haryanto <stevenharyanto@gmail.com>

This software is copyright (c) 2012 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.