|
I'm just learning Perl. To be more clear and concise --
Is there is a special module I have to install to be able to talk to my website and fill forms?
What command do I need to fetch a page?
?Would it be like:
my $form = get("http://www.mydomain.com/forums/index.php?act=Post&CODE=00&f=1");
What command do I need to fill out and send a form?
Do I even need to get the page or can I just have it fill out the form and send it?
|