Help for this page
my $q = io { print "Hello world!\n" }; $q->wait; ... tails { sort @_ }; }; print $q->wait;