文件名称:http-browserdetect:通过HTTP用户代理字符串确定Web浏览器,版本和平台
文件大小:119KB
文件格式:ZIP
更新时间:2024-06-14 22:23:15
hacktoberfest Perl
名称 HTTP :: BrowserDetect-通过HTTP用户代理字符串确定Web浏览器,版本和平台 版本 版本3.31 概要 use HTTP::BrowserDetect (); my $user_agent_string = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'; my $ua = HTTP::BrowserDetect->new($user_agent_string); # Print general information print 'Browser: ' . $ua->browser_string . "\n" if $ua->browser_string
【文件预览】:
http-browserdetect-master
----cpanfile(2KB)
----.tidyallrc(315B)
----.github()
--------workflows()
----perlcriticrc(2KB)
----.mailmap(52B)
----TODO(1KB)
----t()
--------01-detect.t(5KB)
--------perlcriticrc(13B)
--------99-warnings.t(618B)
--------useragents.json(184KB)
--------make-more-useragents.pl(3KB)
--------05_robot.t(975B)
--------03-language.t(332B)
--------add-field.pl(2KB)
--------04-random-order.t(2KB)
--------more-useragents.json(551KB)
----LICENSE(18KB)
----MANIFEST.SKIP(155B)
----tidyall.ini(312B)
----Makefile.PL(2KB)
----META.json(33KB)
----examples()
--------ua.pl(393B)
----.gitignore(81B)
----perltidyrc(216B)
----lib()
--------HTTP()
----README.md(21KB)
----Changes(20KB)
----dist.ini(590B)
----.stopwords(1KB)