perl -e '$x="\nYo "; if ($x) {print $x."hello";} else {print $x."Bye";}'