in reply to Re: Question about warn statementin thread Question about warn statement
if (not open(FILE, ">temp")) { warn "error"; $x = 1; } [download]