- or download this
C:/Documents and Settings/UserX/Desktop/WORK/data/var - 21/dat
- or download this
@files = glob( $path . "/*.xml );
print join ( "\n", @files );
...
C:/Documents
and
Settings/UserX/Desktop/WORK/data/var
- or download this
$path =~ s/\//\\\\/g;
$path =~ s/\ /\\\ /g;