From: Mischa Poslawsky Date: Fri, 25 Jul 2008 21:19:09 +0000 (+0200) Subject: _attr method for common argument parsing X-Git-Url: http://git.shiar.net/gitweb.cgi/perl/html-form-simple.git/commitdiff_plain/b01a7f21ade2de12b620970a9e7ae78cbabd95da?ds=inline;hp=b01a7f21ade2de12b620970a9e7ae78cbabd95da _attr method for common argument parsing Nearly all methods adhere to the same peculiar shorthand of allowing several optional arguments, but always expecting a trailing hashref to be attribute options. For various reasons, this is better abstracted. The only significant behavioural change is that the first arguments to input() can now be overridden with option values if undef (which seems only logical). ---