|
|
|
|
|
by lizmat
1969 days ago
|
|
If you like Raku, and the large Perl 5 ecosystem, you might consider going the path of Raku, as it allows 99.9% of the Perl 5 ecosystem to be used as if it is Raku, by installing the Inline::Perl5 module. Once that it done, using a Perl 5 module is as easy as: use DBI:from<Perl5>;
|
|