Auto Web Surfing / Form Entry

F

frznchckn

I'm a novice Perl programmer but an intermediate coder in general and
am hoping someone can point me in the right direction on this...

Through an online interface, my cell phone provider allows me to enter
calendar events that sync with my phone. This has always been
pointless b/c I don't want to have to update my calendar app (MS
Outlook, Sunbird, Google Calendar, etc) and then also have to do it on
my phone calendar.

If I get a csv dump of my calendar, can I write a script that will
enter all the events into the web form for me?
 
D

David Dorward

If I get a csv dump of my calendar, can I write a script that will
enter all the events into the web form for me?

Probably. You'll likely need Text::CSV and LWP.
 
P

Paul Lalli

David said:
Probably. You'll likely need Text::CSV and LWP.

More specifically, you'll most likely want WWW::Mechanize, which
inherits from LWP.

Paul Lalli
 
T

Tad McClellan

I'm a novice Perl programmer but an intermediate coder in general and


Then you should be aware of the concept of checking a FAQ before posting...

am hoping someone can point me in the right direction on this...

Subject: Auto Web Surfing / Form Entry
^^^^ ^^^^
^^^^ ^^^^

perldoc -q form
perldoc -q auto

How do I automate an HTML form submission?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top