Help for this page

Select Code to Download


  1. or download this
    use Mojo::UserAgent;
    my $url = "http://de.arxiv.org/pdf/1106.3541"
    print Mojo::UserAgent->new->head($url)->res->headers->content_type;