-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
172 lines (156 loc) · 6.3 KB
/
index.html
File metadata and controls
172 lines (156 loc) · 6.3 KB
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Perl IDE - Development Tools and Editors</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="container">
<div class="header">
<img src="perl_camel.png" alt="Perl Camel Logo" class="logo" style="width: 100px; height: 100px">
<h1>Perl IDE</h1>
<p class="tagline">Development Tools and Editors for Perl Programming</p>
</div>
<nav class="navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="https://survey.perlide.org/">Developer Survey</a></li>
<li><a href="https://github.com/perl-ide/">Perl IDE Github</a></li>
</ul>
</nav>
<script src="https://perl-ads.perlhacks.com/perl-ads.js"></script>
<div id="perl-ad-target"></div>
<noscript>
<div>Please enable JavaScript to view Perl related advertisements from the Perl Ads server.</div>
</noscript>
<h2 class="section-title">Surveys</h2>
<div class="content-section">
<div id="polls">
<p>See also our Perl IDE and editor surveys:</p>
<ul>
<li>
<span>October 2025</span>
<a href="https://survey.perlide.org/results/2025">Revival. What tools do you use alongside your favorite Perl editor?</a>
</li>
<li><span>May 2010</span><a href="/polls/the-most-important-features-of-an-employer-or-job-opportunity/">What
are the most
important features of an employer or a job opportunity for you?</a></li>
<li><span>April 2010</span><a href="/poll201004/">What is the primary operating system you use for
developing Perl applications?</a></li>
<li><span>November 2009</span><a href="/poll200911/">What other technologies, languages, templating
systems are you using besides Perl?</a></li>
<li><span>October 2009</span><a href="/poll200910/">Which editor(s) or IDE(s) are you using for Perl
development?</a></li>
</ul>
</div>
</div>
<div class="content-section">
<h2 class="section-title">Perl IDE Projects</h2>
<table class="styled_table">
<thead>
<tr>
<th>Project</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/perl-ide/App-perlimports">App::perlimports</a></td>
<td>Make implicit Perl imports explicit</td>
</tr>
<tr>
<td><a href="https://github.com/perl-ide/App-perlvars">App::perlvars</a></td>
<td>Find and eliminate unused variables in your Perl code</td>
</tr>
<tr>
<td><a href="https://github.com/perl-ide/open-this">Open::This</a></td>
<td>Try to do the right thing when opening files</td>
</tr>
<tr>
<td><a href="https://github.com/perl-ide/coc-perl">coc-perl</a></td>
<td>Perl Language client for Language Server Protocol through coc.nvim</td>
</tr>
</tbody>
</table>
</div>
<div class="content-section">
<h2 class="section-title">Modern Perl IDEs and Editors</h2>
<p>There are many modern editors that support Perl, including:</p>
<table class="styled_table">
<thead>
<tr>
<th>IDE/Editor</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://code.visualstudio.com/">Visual Studio Code</a></td>
<td>Popular modern editor with excellent Perl extensions and LSP support</td>
</tr>
<tr>
<td><a href="https://www.vim.org/">Vim/Neovim</a></td>
<td>Powerful text editor with <a href="https://www.vim.org/scripts/script.php?script_id=556">excellent Perl
support</a></td>
</tr>
<tr>
<td><a href="https://www.gnu.org/software/emacs/">Emacs</a></td>
<td>Extensible editor with <a href="https://www.emacswiki.org/cgi-bin/wiki/CPerlMode">CPerl Mode</a></td>
</tr>
<tr>
<td><a href="https://www.eclipse.org/">Eclipse</a></td>
<td>with <a href="https://www.epic-ide.org/">the EPIC plugin</a> or with <a
href="https://code.google.com/archive/p/perlipse/">Perlipse</a> using DLTK</td>
</tr>
<tr>
<td><a href="https://www.jetbrains.com/idea/">IntelliJ IDEA</a></td>
<td>with <a href="https://plugins.jetbrains.com/plugin/7796">Perl5 support plugin</a>. Also works with
PhpStorm, WebStorm, RubyMine and PyCharm</td>
</tr>
<tr>
<td><a href="https://www.sublimetext.com/">Sublime Text</a></td>
<td>Fast, lightweight editor with Perl syntax highlighting and package ecosystem</td>
</tr>
<tr>
<td><a href="https://pulsar-edit.dev/">Pulsar</a></td>
<td>Community-driven successor to Atom with Perl language support</td>
</tr>
</tbody>
</table>
</div>
<div class="content-section">
<h2 class="section-title">Legacy Perl Editors</h2>
<p>The following are editors that are no longer actively maintained, but still support Perl:</p>
<table class="styled_table">
<thead>
<tr>
<th>IDE/Editor</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://padre.perlide.org/">Padre</a></td>
<td>Perl IDE with a focus on simplicity and ease of use</td>
</tr>
<tr>
<td><a href="https://www.activeperl.com/komodo-ide/">Komodo IDE</a></td>
<td>Formerly popular IDE with Perl support, now discontinued</td>
</tr>
<tr>
<td><a href="https://atom.io/">Atom</a></td>
<td>Hackable text editor for the 21st century</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="footer">
<p><a href="https://github.com/PadreIDE/perlide.org/">📂 View source on GitHub</a> |
<a href="https://survey.perlide.org/">📊 Take the Developer Survey</a>
</p>
</div>
</body>
</html>