post data from a script instead of a form?
David Tiberio (dtiberio@netrunners.com)
Wed, 07 Aug 1996 16:06:16 -0400
Is it possible to post data to an ACTION script
using a perl script instead of filling out a form and pressing
submit?
I have some forms I have to fill out on a daily basis. The
ascii database has the information to add to the form. Instead
of entering it by hand, or generating html pages and clicking
submit, I'd like to send the data right to the ACTION script
on a server (local or remote) and have it understand the info.
I do not know how to open sockets or anything like that, but
I know quite a bit of perl.
Any help?
dtiberio