<?xml version="1.0" encoding="windows-1252"?>
<node id="1006004" title="Just Another Perl Haiku-er" created="2012-11-28 05:40:28" updated="2012-11-28 05:40:28">
<type id="1584">
poem</type>
<author id="27571">
ColonelPanic</author>
<data>
<field name="doctext">
&lt;code&gt;
no warnings; 
require 5.7.5;

sub haiku
{

	$word    =   shift;   join  
	$word  x  5  .  "\n"  ,  shift,
	$word  x  2,  shift,  shift;

} 

print haiku('foo ');
&lt;/code&gt;

&lt;div class="pmsig"&gt;&lt;div class="pmsig-27571"&gt;
&lt;br&gt;&lt;br&gt;When's the last time you used duct tape on a duct?  --Larry Wall
&lt;/div&gt;&lt;/div&gt;</field>
</data>
</node>
