http://qs1969.pair.com?node_id=287139


in reply to Re: Re: Re: String Manupulation
in thread String Manupulation

My guess is that open failed. It's never a good idea to assume that open succeeds.
open( OUTFILE, ">$logfile") or die "Can't write to $logfile\n";
Do you get the same error?