<div dir="ltr">The PBP say to use hash named in singular.<br><br><div class="gmail_quote">2008/8/8 Alexander Anderson <span dir="ltr">&lt;<a href="mailto:a.anderson@utoronto.ca">a.anderson@utoronto.ca</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello Toronto Perl Mongers,<br>
<br>
Names of scalars are usually singular, for example,<br>
<br>
 &nbsp;$month = &#39;Aug&#39;;<br>
<br>
Names of arrays are usually plural, for example,<br>
<br>
 &nbsp;@months = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);<br>
<br>
How do you name your hashes, for example,<br>
<br>
 &nbsp;%months = ( Jan =&gt; 1, Feb =&gt; 2, ..., Dec =&gt; 12 );<br>
 &nbsp;or<br>
 &nbsp;%month = ( Jan =&gt; 1, Feb =&gt; 2, ..., Dec =&gt; 12 );<br>
<br>
Thanks.<br>
_______________________________________________<br>
toronto-pm mailing list<br>
<a href="mailto:toronto-pm@pm.org">toronto-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/toronto-pm" target="_blank">http://mail.pm.org/mailman/listinfo/toronto-pm</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Just another Perl Hacker,<br>Fernando (SmokeMachine)<br><a href="http://perl-e.org">http://perl-e.org</a><br>
</div>