======================= When I use "C:\cFiles"; the result is "File not found" But when I use 'C:\cFiles' I get the results What is going on with double quotes that is not giving the right results? Is \c in C:\cfiles messing it up? No idea. CLues?#!pel my $string = "C:\cFiles"; my $list = `dir /b $string`; print $list
In reply to Text Processing by kingjamesid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |