Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

'use Inline::XXX;' gives raku coders access to Perl5 (CPAN) and python modules


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: