On 9 Aug 2022, at 06:19, ToddAndMargo via perl6-users <perl6-us...@perl.org> wrote: $ raku -Msigpipe -e 'loop { say "y"}' | sed 3q ===SORRY!=== Error while compiling -e Could not find sigpipe in: /home/tony/.raku /opt/rakudo-pkg/share/perl6/site /opt/rakudo-pkg/share/perl6/vendor /opt/rakudo-pkg/share/perl6/core CompUnit::Repository::AbsolutePath<71837872> CompUnit::Repository::NQP<63797000> CompUnit::Repository::Perl5<63797040> at -e:1 Why are we looking in perl 5?
On 8/8/22 23:52, Elizabeth Mattijsen wrote: > So that you can transparently say "use DBI:from<perl5>" > Makes sense. Would you mind throwing up a simple example off a call to a perl 5 module?