CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 29 Jul 2025 22:11:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20210116095907
location: https://web.archive.org/web/20210116095907/https://perl5.git.perl.org/perl5.git/search_help
server-timing: captures_list;dur=0.627766, exclusion.robots;dur=0.031909, exclusion.robots.policy;dur=0.019112, esindex;dur=0.013430, cdx.remote;dur=758.680223, LoadShardBlock;dur=171.870776, PetaboxLoader3.datanode;dur=103.356495
x-app-server: wwwb-app201
x-ts: 302
x-tr: 962
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app201; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 29 Jul 2025 22:11:45 GMT
content-type: application/xhtml+xml; charset=utf-8
x-archive-orig-date: Sat, 16 Jan 2021 09:59:07 GMT
x-archive-orig-server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips
x-archive-orig-keep-alive: timeout=5, max=100
x-archive-orig-connection: Keep-Alive
x-archive-orig-x-crawler-transfer-encoding: chunked
x-archive-orig-content-length: 4409
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 16 Jan 2021 09:59:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 27 Jun 2020 02:12:55 GMT", ; rel="prev memento"; datetime="Sat, 27 Jun 2020 02:12:55 GMT", ; rel="memento"; datetime="Sat, 16 Jan 2021 09:59:07 GMT", ; rel="next memento"; datetime="Wed, 26 Jan 2022 21:41:30 GMT", ; rel="last memento"; datetime="Wed, 26 Jan 2022 21:41:30 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: CC-MAIN-2021-04-1610703505861.1-0022/CC-MAIN-20210116074510-20210116104510-00445.warc.gz
server-timing: captures_list;dur=1.210526, exclusion.robots;dur=0.025534, exclusion.robots.policy;dur=0.015602, esindex;dur=0.010615, cdx.remote;dur=72.375285, LoadShardBlock;dur=95.680288, PetaboxLoader3.datanode;dur=98.862359, load_resource;dur=133.845946, PetaboxLoader3.resolve;dur=57.028707
x-app-server: wwwb-app201
x-ts: 200
x-tr: 358
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
perl5.git.perl.org Git - perl5.git/search_help
This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pattern is by default a normal string that is matched precisely (but without regard to case, except in the case of pickaxe). However, when you check the re checkbox, the pattern entered is recognized as the POSIX extended regular expression (also case insensitive).
- commit
- The commit messages and authorship information will be scanned for the given pattern.
- grep
- All files in the currently selected tree (HEAD unless you are explicitly browsing a different one) are searched for the given pattern. On large trees, this search can take a while and put some strain on the server, so please use it with some consideration. Note that due to git-grep peculiarity, currently if regexp mode is turned off, the matches are case-sensitive.
- author
- Name and e-mail of the change author and date of birth of the patch will be scanned for the given pattern.
- committer
- Name and e-mail of the committer and date of commit will be scanned for the given pattern.