[Tutor] Interacting with Web Pages via HTTPlib, HTMLlib and other fun

Doug.Shawhan@gecits.ge.com Doug.Shawhan@gecits.ge.com
Fri, 5 Jul 2002 13:35:37 -0400


Hi Everyone,

I have a need to interact with a website that updates a database. The site
is part of our inventory system. It is impossible to get access to the
backend (oracle) due to various constraints. The goal is to write a script
that parses a comma-delimited text file (output from a barcode scanner) and
squirts that data into the web form. 
 
Can anyone point me to a good example of a script that does something
similar?

Thanks!

d