use URI; $uri = URI->new('http://domain.com/myurlinfo/mypage.html'); print(($uri->path_segments())[-1], "\n"); # prints "mypage.html"