if ($my_condition) { print <This code is shown if it's true

My_condition is TRUE

EOF } else { This code is shown if it's false

My_condition is FALSE

EOF