Help for this page
chomp($out), print "Output: $out\n" if $out;
if ($out) { chomp($out); print "Output: $out\n"; }
chomp($out); print "Output: ", length($out) ? $out : "[nothing]", "\n";