Hi, all:
I just joined this list and I have a problem to which must be solved. I
appreciate everyone's help:
I want to get a web page from remote host and store it in a text file in
my local system using perl program. This web page is a query result of one form
submission. It is like following:
<form action="functionname.cgi" method="POST">
<input type="text" name="text1" .....>
<input type="text" name="text2" .....>
......
<input type="submit" >
</form>
Could someone give me some ideas how to solve this problem? I guess perl
LWP can solve it but I don't know how to. I never use LWP module before. Any
help is appreciated!!!!
Qing