
TheGame+
Deleted
Aug 30, 2000, 4:06 AM
Post #2 of 2
(217 views)
|
|
Re: POSTing from within a script
[In reply to]
|
Can't Post
|
|
The LWP module allows you to do that. Most likely, you already have it in your Perl distribution, so check out its documentation - type 'perldoc LWP' on your terminal/DOS box, or check out the Online Documentation. There are some good examples in lwpcook : type 'perldoc lwpcook' or see http://theoryx5.uwinnipeg.ca/CPAN/data/libwww-perl/lwpcook.html for more info. Note that using Server B without informing the end-user may lead to all kinds of copyright problems etc., so make sure you are allowed to do that. If Server B belongs to your client as well, no problem.
|