in reply to Re: PERL/Windows file open error
in thread PERL/Windows file open error

my $fn = "D:\DATA\Software\MFLOW2\MOD_CL\INSTALL\MOD_CL\INSTALL\RDBMS\c$template.pks";

Note that the backslashes need to be escaped in this case.