in reply to Using Variables in Path Names
That way you can get an error messager that might help you track down the problem.open( OUTFILE, ">>$filename" ) or die ( "no go miss "); with open( OUTFILE, ">>$filename" ) or die ( "no go miss: $!");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Using Variables in Path Names
by qslack (Scribe) on Nov 28, 2001 at 05:07 UTC |