in reply to Why is this greedy matching?

If you don't want to capture any slashes, say that!:

print 'http://txs.corp.com:8080/area/es/2215.csv.gz' =~ m[ ( [^/]+ $ ) + ]x;; 2215.csv.gz

With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

The start of some sanity?