my $example = Test::Blah->new(); $example->some_method( name => 'hello', age => '18', address => ['FL', 'Orlando', '2314', 'Bird St'] ); [download]
In reply to How to make an object method read named parameters? by Anonymous Monk