Skip to content

Commit

Permalink
more of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Oct 31, 2011
1 parent 004c764 commit e5cffb7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions html/index.html
Expand Up @@ -11,18 +11,18 @@ <h1>Dwim Perl</h1>
<p>
Highlights:
<ul>
<li>Strawberry Perl</li>
<li>Moose, the post modern Object System</li>
<li>Perl::Critic, to police yourself</li>
<li><a href="http://strawberryperl.com/">Strawberry Perl</a></li>
<li><a href="http://moose.perl.org/">Moose</a>, the post modern Object System</li>
<li><a href="http://perlcritic.com/">Perl::Critic</a>, to police yourself</li>
<li>Perl::Tidy, to keep your code nice</li>
<li>Net::Telnet, to access the Linux boxes</li>
<li>Test::* for testing anything, anywhere<li>
<li>SQLite, to hold your data</li>
<li>MySQL and PostgreSQL drivers</li>
<li><a href="http://perldancer.org/">Dancer</a>, the easiest way to wrie web applications in Perl</li>
<li><a href="http://mojolicious.org/">Mojolicious</a>, real-time web framework making web development fun again</li>
<li><a href="http://www.catalystframework.org/">Catalyst</a>, the MVC Web Framework</li>
<li>Padre, the Perl IDE</li>
<li><a href="https://metacpan.org/module/DBD::SQLite">SQLite</a>, to hold your data</li>
<li><a href="https://metacpan.org/module/DBD::mysql">MySQL</a> and <a href="https://metacpan.org/module/DBD::Pg">PostgreSQL</a> drivers</li>
<li>Dancer, the easiest way to <a href="http://perldancer.org/">write web applications</a> in Perl</li>
<li>Mojolicious, <a href="http://mojolicious.org/">real-time web framework</a> making web development fun again</li>
<li>Catalyst, the <a href="http://www.catalystframework.org/">MVC Web Framework</a></li>
<li>Padre, <a href="http://padre.perlide.org/">the Perl IDE</a></li>
<li>...</li>
</ul>
</p>
Expand Down

0 comments on commit e5cffb7

Please sign in to comment.