Help for this page

Select Code to Download


  1. or download this
    my $ih = $image->filehandle('<', ':raw');
    my $ret = $self->res->set_content_type('image/x-icon')
              ->render_binary($ih);
    close $ih;
    return $ret;