my $u = new URI 'data:'; $u->media_type('text/html'); $u->data( $h ); $w->get($u);