|
Prev: How to display 1.234.567.890,00 from 1234567890 ?
Next: FAQ 3.26 Where can I learn about object-oriented Perl programming?
From: greymaus on 6 May 2008 13:43 On 2008-05-06, batman <uspensky(a)gmail.com> wrote: > there is a website that cotains 2 search input fields: ID and Lastname > > i can input to search using either one but lastname uses fuzzy logic. > > if more than one result comes back (like if i pass in % for last > name), i get a selection list of all the people. > > i can then click on a single person and click the 'info' button to get > a table returned back with all the pertinent info about that person. > > i'm trying to come up with a way to do the above and then cycle > through each person in the selection list and get 'info' and pull the > returned table into a local SQL database. > > im familiar with programming but never done any perl before- > anybody have an idea? perl module WWW::Mechanize might help -- Greymaus Anything that can not kill you is a boring experience. |