Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
p6steve
5y ago
0 comments
Share
'use Inline::XXX;' gives raku coders access to Perl5 (CPAN) and python modules
0 comments
default
newest
oldest
lizmat
5y ago
Actually, it is even simpler than that. If you have the Inline::Perl5 module
installed
, then the only thing you need to do to load a Perl module, is to use the :from<Perl5> adverb in the -use- statement, e.g.:
use DBI:from<Perl5>;
j
/
k
navigate · click thread line to collapse