Subject: | regular expression support for autofill |
I'd like to be able to do this:
eval sub &::custom_today { chomp `date` };
# for all fields that end in "_date"...
autofill qr/_date$/ Callback WWW::Mechanize::Shell::custom_today
####
I think it's common for fields of the same type to be named consistently, so the ability to use a regular expression on field names with "autofill" should be a timesaver.