Help for this page
$_ = "Hello there, people!"; @output = (); ... die "how did I get here?"; } print map "$_\n", @output;