Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
p6steve
5y ago
0 comments
Save
Share
'use Inline::XXX;' gives raku coders access to Perl5 (CPAN) and python modules
0 comments
1 comments · 1 top-level
top
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