unless ( -e $file ) { open ( FH, " > $file" ); close (FH); } [download]
In reply to Re^2: redirecting output in perl by Anonymous Monk in thread redirecting output in perl by sparkel