Help for this page
use warnings; use strict; ... my %args = @_; print "func: one translates to $args{one} \n"; }
wrong number of arguments for func(); has to be even at a.pl line 8 main::func('one', 'uno', 'two', 'dos', 'three') called at a.pl lin +e 5