<?xml version="1.0" encoding="windows-1252"?>
<node id="70221" title="Birth of a Perl Monk" created="2001-04-05 18:49:56" updated="2005-08-11 06:48:03">
<type id="120">
perlmeditation</type>
<author id="18419">
myocom</author>
<data>
<field name="doctext">
&lt;code&gt;
%stats = ( 'Name' =&gt; 'Anna Kathryn Yocom',
           'Sex ' =&gt; 'Female',
           'Date' =&gt; 'April 3, 2001',
           'Time' =&gt; '02:23'
         );

print map("$_ : $stats{$_}\n",keys %stats);

# Ideally, she would have been born at 8:16 on April 2nd,
# so her YY-MM-DD-HH-MM timestamp would be 01-02-04-08-16,
# but her mother seemed to disagree. :-)
&lt;/code&gt;

&lt;p&gt;&lt;b&gt;Update: &lt;/b&gt;Anna's learning fast!  [myocom|As you can see], I got her a copy of the Perl 5 pocket reference, just in case.&lt;/p&gt;</field>
</data>
</node>
