if ($fi eq "\n") { exit; } else { # some other code here } #### if ($fi eq "\n") { exit; } # some other code here