
kovlensky
New User
Dec 8, 2008, 2:47 PM
Post #1 of 4
(226 views)
|
|
case insensitive -e test
|
Can't Post
|
|
Imagine that I've got file path which exists. Like "/home/user/aaa.txt". The issue is that is exists - but with broken case sensitivity. It means that it can arrive like "/HOme/uSer/aaA.Txt". Now the question is - how to sort its case sensitiveness, for example to get "/AAA.txt" as argument, verify that is doesn't exists, but "/aaa.txt" does, so correct the path and display the corrected one? That's more logic question that perl one, but I do need to do that in perl. Damn windows users, they don't care about lettercase at all...
|