- or download this
print "T is '$t'\n";
- or download this
$t = "dir \"C:\\ProgramData\\Test1\\Test Folder\""
- or download this
dir "C:\\ProgramData\\Test1\\Test Folder"
- or download this
$ perl -wMstrict
my $t = "dir \"C:\\ProgramData\\Test1\\Test Folder\"";
print "T is '$t'\n";
__END__
T is 'dir "C:\ProgramData\Test1\Test Folder"'