in reply to IPC::Run3 not working as expected when running Docker command

OK, just figured it out. Removing the double quotes from the last element gets things working as expected:

my $cmd = [ 'docker', 'run', '-d', '--name', 'xxxyyyzzz-blah', 'alpine +', '/bin/ash', '-c', '/usr/bi/tail -f /dev/null' ];

$PM = "Perl Monk's";
$MC = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar Parson";
$nysus = $PM . ' ' . $MC;
Click here if you love Perl Monks