You are using \\ in interpolation context, and then again:
$new = "c:\\temp\\mytest"; # c:\temp\mytest -- ok so far open NEW, ">$new"; # c:<tab>emp<return>ytest -- oops
Try it using non-interpolating, single quotes. For example:
$new = 'c:\\temp\\mytest';In reply to Re^3: Problem Modifying Files
by fglock
in thread Problem Modifying Files
by mikeatrcn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |