Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Auto Web Surfing / Form Entry

Reply
Thread Tools

Auto Web Surfing / Form Entry

 
 
frznchckn@gmail.com
Guest
Posts: n/a
 
      09-13-2006
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?

 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      09-13-2006
wrote:

> 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.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
 
 
 
Paul Lalli
Guest
Posts: n/a
 
      09-13-2006
David Dorward wrote:
> wrote:
>
> > 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.


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

Paul Lalli

 
Reply With Quote
 
Tad McClellan
Guest
Posts: n/a
 
      09-13-2006
<> wrote:

> 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?


--
Tad McClellan SGML consulting
Perl programming
Fort Worth, Texas
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Shipping Auto Shipping Scheduling:car moving auto transport linkswanted ASP .Net 0 02-16-2008 02:40 AM
Form field entry directs to diff URLs based on entry? AtomicBob HTML 14 05-02-2006 07:07 AM
Form entry to Time part of database Date entry? Noozer Javascript 2 08-01-2005 08:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57