use URI::URL; print URI::URL->new( 'http://foo.com/bar/file.foo' )->file; __END__ Can't locate object method "file" via package "URI::http" ...