sub { my $u = URI->new( $_[0] ); return sprintf( '%s%s', $u, $u->host, $u->path ); }