Simple Example
use URI::Escape; my $filename = uri_unescape('This%20is%20%an%20example.txt'); [download]
In reply to Re: problem with file names by grep in thread problem with file names by arunmep