Skip Menu |

This queue is for tickets about the WWW-Mechanize-FormFiller CPAN distribution.

Report information
The Basics
Id: 2635
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-FormFiller

People
Owner: corion [...] cpan.org
Requestors: mark [...] summersault.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.