in reply to Re^2: Regular expression to list all files of type in folder
in thread Regular expression to list all files of type in folder
print join "\t", <$dir/*>
maybe you confused the path?
'C:/Some/Random/Folder/tmp/bin' ne "C:\\Some\\Random\\Folder\\perl\\bin\\"
Cheers Rolf
|
|---|