CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 28 Jul 2025 22:24:57 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20170214004134
location: https://web.archive.org/web/20170214004134/https://perl5.git.perl.org/perl.git/search_help
server-timing: captures_list;dur=0.472272, exclusion.robots;dur=0.017874, exclusion.robots.policy;dur=0.009073, esindex;dur=0.010852, cdx.remote;dur=1548.601974, LoadShardBlock;dur=502.253707, PetaboxLoader3.datanode;dur=322.541442, PetaboxLoader3.resolve;dur=89.431431
x-app-server: wwwb-app223
x-ts: 302
x-tr: 2076
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app223; 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 302
server: nginx
date: Mon, 28 Jul 2025 22:24:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20170214004135
location: https://web.archive.org/web/20170214004135/https://perl5.git.perl.org/perl.git/search_help
server-timing: captures_list;dur=0.501214, exclusion.robots;dur=0.017375, exclusion.robots.policy;dur=0.008740, esindex;dur=0.010664, cdx.remote;dur=266.752403, LoadShardBlock;dur=173.991563, PetaboxLoader3.datanode;dur=76.725053, load_resource;dur=105.064351, PetaboxLoader3.resolve;dur=72.613234
x-app-server: wwwb-app223
x-ts: 302
x-tr: 575
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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: Mon, 28 Jul 2025 22:24:59 GMT
content-type: application/xhtml+xml; charset=utf-8
x-archive-orig-date: Tue, 14 Feb 2017 00:41:35 GMT
x-archive-orig-server: Apache/2.2.15 (CentOS)
x-archive-orig-connection: close
x-archive-orig-transfer-encoding: chunked
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 14 Feb 2017 00:41:35 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 13 Jan 2013 16:49:34 GMT", ; rel="prev memento"; datetime="Tue, 14 Feb 2017 00:41:34 GMT", ; rel="memento"; datetime="Tue, 14 Feb 2017 00:41:35 GMT", ; rel="next memento"; datetime="Tue, 14 Feb 2017 21:55:41 GMT", ; rel="last memento"; datetime="Wed, 25 Sep 2024 13:35:10 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: archiveteam_archivebot_go_20170217000005/perlmonks.org-inf-20170213-154253-eswk4-aborted-00000.warc.gz
server-timing: captures_list;dur=0.532739, exclusion.robots;dur=0.024365, exclusion.robots.policy;dur=0.012472, esindex;dur=0.011856, cdx.remote;dur=489.550639, LoadShardBlock;dur=235.119632, PetaboxLoader3.datanode;dur=76.920573, PetaboxLoader3.resolve;dur=215.788156, load_resource;dur=75.499475
x-app-server: wwwb-app223
x-ts: 200
x-tr: 838
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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=()
Perl 5 - perl.git/search_help
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.
- pickaxe
- All commits that caused the string to appear or disappear from any file (changes that added, removed or "modified" the string) will be listed. This search can take a while and takes a lot of strain on the server, so please use it wisely. Note that since you may be interested even in changes just changing the case as well, this search is case sensitive.