> On Wed, 11 Nov 2009 08:44:45 -0600 > Markx.Allen <markx.al...@target.com> wrote:
>> Why doesn't use work? > Because you aren't reading the error message :-D >> Usage: has 'name' => ( key => value, ... ) at > Notice the usage of parenthesis rather than braces? You are passing in > a hashref rather than a list of values. Need maor coffee, obviously. But thanks - I wish ALL of my perl errors were this easy to fix. :) --Mark