On Wed, 9 Feb 2005, Atkinson, Robert wrote: > No joy, I'm afraid!
> > This is the code :- > > > > $output.=$out; > > $verbose and print "Changing to uppercase\n"; > > $output=uc($out); > > open (OUT, ">$output") || die "$producer1: couldn't open output > > file $output\n"; Can you produce a simple reproducer, including the smallest amount of Perl code and DCL needed to demonstrate the problem? Perl should be uppercasing filespecifications as they are read in, so having the file in lowercase should not be an issue. -John [EMAIL PROTECTED] Personal Opinion Only
