Popular recipes by Jyh Chong http://code.activestate.com/recipes/users/4191780/2015-03-08T22:16:06-07:00ActiveState Code Recipeshollow (Perl)
2015-03-08T22:16:06-07:00Jyh Chonghttp://code.activestate.com/recipes/users/4191780/http://code.activestate.com/recipes/579033-hollow/
<p style="color: grey">
Perl
recipe 579033
by <a href="/recipes/users/4191780/">Jyh Chong</a>
.
</p>
<h4 id="usrbinperl-w">!/usr/bin/perl -w</h4>
<pre class="prettyprint"><code> print "Content-type: text/html\n\n";
print "Hello, world";
</code></pre>