use warnings; use strict; use v5.20; #ohyeah say scalar reverse("# a humble tribvte to the monastery and boustrophodons everywhere"); say reverse map {chomp, say, $$} (my $self = reverse "human\n") ;