in reply to Re: redirecting output in perl
in thread redirecting output in perl
unless ( -e $file ) { open ( FH, " > $file" ); close (FH); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: redirecting output in perl
by sgifford (Prior) on Sep 20, 2004 at 21:21 UTC | |
|
Re^3: redirecting output in perl
by ikegami (Patriarch) on Sep 20, 2004 at 19:00 UTC |