CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 21:25:14 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100630225832
location: https://web.archive.org/web/20100630225832/https://answers.oreilly.com/rss/tags/perl/
server-timing: captures_list;dur=0.556901, exclusion.robots;dur=0.020521, exclusion.robots.policy;dur=0.008687, esindex;dur=0.012284, cdx.remote;dur=38.638126, LoadShardBlock;dur=308.710672, PetaboxLoader3.datanode;dur=144.112295
x-app-server: wwwb-app203
x-ts: 302
x-tr: 373
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app203; 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: Wed, 30 Jul 2025 21:25:15 GMT
content-type: text/xml; charset=UTF-8
content-length: 5742
x-archive-orig-date: Wed, 30 Jun 2010 22:58:36 GMT
x-archive-orig-server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.8
x-archive-orig-x-powered-by: PHP/5.2.8
x-archive-orig-set-cookie: answers_session_id=deleted; expires=Tue, 30-Jun-2009 22:58:36 GMT; path=/; domain=.oreilly.com; httponly
x-archive-orig-set-cookie: answers_session_id=deleted; expires=Tue, 30-Jun-2009 22:58:36 GMT; path=/; domain=.oreilly.com; httponly
x-archive-orig-expires: Wed 30 Jun 2010 10:58:37 PM GMT GMT
x-archive-orig-cache-control: must-revalidate, post-check=0, pre-check=0
x-archive-orig-pragma: public
x-archive-orig-content-length: 5742
x-archive-orig-connection: close
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 30 Jun 2010 22:58:32 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 24 Jan 2010 08:31:26 GMT", ; rel="prev memento"; datetime="Sun, 24 Jan 2010 08:34:11 GMT", ; rel="memento"; datetime="Wed, 30 Jun 2010 22:58:32 GMT", ; rel="next memento"; datetime="Wed, 13 Jun 2012 05:28:43 GMT", ; rel="last memento"; datetime="Thu, 26 Sep 2013 00:58:32 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: 52_16_20100630202417_crawl100-c/52_16_20100630225813_crawl100.arc.gz
server-timing: captures_list;dur=0.541041, exclusion.robots;dur=0.019370, exclusion.robots.policy;dur=0.008434, esindex;dur=0.008924, cdx.remote;dur=9.102374, LoadShardBlock;dur=66.554368, PetaboxLoader3.datanode;dur=103.806462, load_resource;dur=238.887561, PetaboxLoader3.resolve;dur=191.156611
x-app-server: wwwb-app203
x-ts: 200
x-tr: 345
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=()
accept-ranges: bytes
Tag RSS Feed: perl
https://answers.oreilly.com/tag/perl
Fri, 25 Jun 2010 23:28:41 +0000
60
-
New problem with Spidering Hack Tutorial ~ Bareword
https://answers.oreilly.com/topic/1675-new-problem-with-spidering-hack-tutorial-bareword/
I found the problem,
as_trimmed-text
should have been:
as_trimmed_text
Sat, 26 Jun 2010 00:16:46 +0000
https://answers.oreilly.com/topic/1675-new-problem-with-spidering-hack-tutorial-bareword/
-
Creating Web Apps using Strawberry Perl on Windows Vista
https://answers.oreilly.com/topic/1673-creating-web-apps-using-strawberry-perl-on-windows-vista/
You need a cgi directory to place your perl programs in and you need to name them as program_name.cgi, example:
https://www.mysite.ne...n/some_cgi_prog
Or inside of a web page, (following all on one...
Fri, 25 Jun 2010 15:11:13 +0000
https://answers.oreilly.com/topic/1673-creating-web-apps-using-strawberry-perl-on-windows-vista/
-
Need help with Perl Tutorial from Spidering Hacks
https://answers.oreilly.com/topic/1672-need-help-with-perl-tutorial-from-spidering-hacks/
Fri, 25 Jun 2010 15:01:27 +0000
https://answers.oreilly.com/topic/1672-need-help-with-perl-tutorial-from-spidering-hacks/
-
https://answers.oreilly.com/topic/1670-perl-programmers-work/
hi - Perl is used at many many places and in many many applications (many times as Glue-tool).
Web Applications use Perl most of the times and thats because of great Module called CGI. Its also used...
Fri, 25 Jun 2010 07:30:54 +0000
https://answers.oreilly.com/topic/1670-perl-programmers-work/
-
Why are these results different in Perl?
https://answers.oreilly.com/topic/1668-why-are-these-results-different-in-perl/
In your first block of code, the 3rd line from the top is commented out:
Quote#$x = $x * 200;
In your second block of code, the 3rd line from the top is not commented out:
Quote$x =...
Thu, 24 Jun 2010 22:56:20 +0000
https://answers.oreilly.com/topic/1668-why-are-these-results-different-in-perl/
-
How to measure Facebook activity with the Facebook API and Perl
https://answers.oreilly.com/topic/1595-how-to-measure-facebook-activity-with-the-facebook-api-and-perl/
Wed, 09 Jun 2010 19:37:38 +0000
https://answers.oreilly.com/topic/1595-how-to-measure-facebook-activity-with-the-facebook-api-and-perl/
-
Problems with Replacement in Text Files
https://answers.oreilly.com/topic/1422-problems-with-replacement-in-text-files/
Tue, 04 May 2010 13:12:29 +0000
https://answers.oreilly.com/topic/1422-problems-with-replacement-in-text-files/
-
Adding sub/superscriptions to a Perl/Tk program
https://answers.oreilly.com/topic/1260-adding-subsuperscriptions-to-a-perltk-program/
Sat, 26 Jun 2010 16:43:03 +0000
https://answers.oreilly.com/topic/1260-adding-subsuperscriptions-to-a-perltk-program/
-
What do you look for in an ORM?
https://answers.oreilly.com/topic/1200-what-do-you-look-for-in-an-orm/
Thu, 18 Mar 2010 09:21:16 +0000
https://answers.oreilly.com/topic/1200-what-do-you-look-for-in-an-orm/
-
Open source tools for mid-sized websites?
https://answers.oreilly.com/topic/1101-open-source-tools-for-mid-sized-websites/
Wed, 10 Mar 2010 20:05:52 +0000
https://answers.oreilly.com/topic/1101-open-source-tools-for-mid-sized-websites/