Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
p6steve
on Jan 18, 2021
|
parent
|
context
|
favorite
| on:
A Complete Course of the Raku programming language
'use Inline::XXX;' gives raku coders access to Perl5 (CPAN) and python modules
lizmat
on Jan 25, 2021
[–]
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>;
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: