aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
blob: c25626b4122b5dfc0b735a53fb2ad69858b942ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Perl Is Dead</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<meta name="description" content="&quot;Perl is dead&quot; is an urban legend and conspiracy theory alleging that famous programming language Perl, created by Larry Wall, died on 19 July 2000 and was secretly replaced by a whitespace-sensitive look-alike."/>
</head>
<body>
<div id="header">
<h1 id="title">&nbsp;Perl Is Dead<span style="color: #ccc;">?</span></h1>
</div>

<table>

<tr id="row1">

<td>
<p class="intro">
<b>"Perl is dead"</b> is an urban legend and conspiracy theory alleging
that famous programming language Perl, created by Larry Wall, died
on 19 July 2000 and was secretly replaced by a whitespace-sensitive
look-alike. The rumour began circulating around 2000, but grew in
popularity after being reported on American news site Slashdot in
2005. Proponents based the theory on perceived clues found in Wall
speeches and Perl book covers. Clue-hunting proved infectious, and
within a few weeks had become an international phenomenon.
<cite>(paraphrased from <a href="https://en.wikipedia.org/wiki/Paul_is_dead">Wikipedia</a>&hellip;)</cite>

<p>
<b>Jokes aside, Perl is alive and well.</b>
It is an excellent choice for new applications.
As you can see on the right, it has the fastest startup time <em>by
far</em> among its competitors.
Every millisecond counts if you're building a command-line utility.

<p>
<b>Furthermore, the language and its community continue to evolve
into the 2020s</b>.  Below is a summary of the recent activity of various
Perl forums as of
.eval print scalar localtime, ".\n";
</td>

<td>
<pre>
.run benchmark
</pre>
</td>

</tr>

<tr class="heading-row">
<td class="heading-cell" colspan="2">
<h2 class="heading" id="community">Overview of the Perl community</h2>
</td>
</tr>

<tr>

<td id="p5p">
<h3>Latest messages on the <a href="https://lists.perl.org/list/perl5-porters.html">perl5-porters</a> list</h3>
.run p5p
</td>

<td id="blogs">
<h3>Latest articles on <a href="http://blogs.perl.org">blogs.perl.org</a></h3>
.run blogs
</td>

</tr>
<tr>

<td id="perlmonks">
<h3>Latest nodes on <a href="https://www.perlmonks.org">PerlMonks</a></h3>
.run perlmonks
</td>

<td id="reddit">
<h3>Latest posts on the <a href="https://reddit.com/r/perl">/r/perl</a> subreddit</h3>
.run reddit
</td>

</tr>
<tr>

<td id="cpan">
<h3>Latest uploads to <a href="https://metacpan.org">CPAN</a></h3>
.run cpan
</td>

<td id="irc">
<h3>Recent activity on the <a href="https://kiwiirc.com/nextclient/irc.libera.chat/#perl">#perl</a> IRC channel</h3>
.run irc
</td>

</tr>

<!--
<tr class="heading-row">
<td class="heading-cell" colspan="2">
<h2 class="heading" id="learn">Learn more</h2>
</td>
</tr>

<tr>
<td colspan="2">
<ul style="width: 60%; margin: 0 auto;">
<li>Basic introduction:
<ul>
<li><a href="https://perldoc.perl.org/perlintro">perlintro &ndash; a brief introduction and overview of Perl</a>
<li><a href="https://qntm.org/perl_en">Learn Perl in about 2 hours 30 minutes</a>
</ul>
<li>Further education:
<ul>
<li><a href="https://perldoc.perl.org/perl#Tutorials">List of tutorial man pages</a>
<li><a href="https://www.cpan.org/modules/INSTALL.html">How to install CPAN modules</a>
</ul>
</ul>
</td>
</tr>
-->

<tr>
<td colspan="2">
<p id="footer">
Created and maintained by <a href="http://john.ankarstrom.se/">John Ankarström</a>, a.k.a. johnaj.
<br/>Last updated on
.eval print scalar localtime, ".\n";
<br/><a href="http://git.ankarstrom.se/perlisdead/">View source</a>
</td>
</tr>

</table>

</body>
</html>