# New Ticket Created by  Rob Hoelz 
# Please include the string:  [perl #125756]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125756 >


See the attached script.
use v6;

my $p = shell('ls', :out, :merge);

$p.out.slurp-rest

Reply via email to