@results = map {/.+\/.+\/(.*).pm$/ and ucfirst($1) } @list; [download]
In reply to Re: Uppercasing Regex Output by BrowserUk in thread Uppercasing Regex Output by xenchu