# I figured that since we&#39;re all better at reading code than the written word then<br># this might be a better communication medium...<br><br>{<br>    title =&gt; &#39;Hey all!&#39;,<br>    introduction =&gt; &quot;Welcome to another monthly edition of the Thousand Oaks Perl Mongers reminder.\nThis month we have two cliff-hangers to entice you appetite for adventure:\n\n&quot;,<br>
<br>    talks =&gt; [<br>        {<br>            author =&gt; &#39;Tommy Stanton&#39;,<br>            title =&gt; &#39;App::Git::HomeSync - a CPAN module in progress&#39;,<br>            description =&gt; &#39;A program provided by this distribution, &quot;git-home-sync&quot;, is used to automate  the git/system commands necessary to get a user\&#39;s home directory to be synced with a Git repository. This allows the user to track things like dot files, making them available on a brand new machine.  For example, your ~/.vimrc and/or ~/.emacs will always be the same on all machines that you use.&#39;,<br>
        },<br>        {<br>            author =&gt; &#39;Shawn Faison&#39;,<br>            title =&gt; &#39;Introduction <span class="il">to</span> Decision Trees in Perl&#39;,<br>            description =&gt; undef,<br>        },<br>
    ],<br><br>    location =&gt; {<br>        title =&gt; &#39;ValueClick Inc.&#39;,<br>        address =&gt; &#39;30699 Russel Ranch Rd., Suite 250, Westlake Village, CA 91362&#39;,<br>
    },<br>    when =&gt; 1283997600,  # 7pm, September 8th, PST<br><br>    url =&gt; &#39;<a href="http://www.thousand-oaks-perl.org/calendar/14466983/">http://www.thousand-oaks-perl.org/calendar/14466983/</a>&#39;,<br><br>
    final_statement =&gt; &#39;Be there or be square!&#39;,<br>}<br><br># Aran<br>