On Fri, 31 May 2002, Lewis, Chris wrote:
[...]
> up...  Is it as simple as below, or do I need to use the HTML::Form module
> to parse the page and use $form->value?

If it's an HTML form (which you'll see displayed in the web page itself),
use HTML::Form.  If it's basic (or digest) HTTP authentication (in which
case you'll probably get a little pop-up dialog box asking for your
username / password), use the method Evgeny pointed out.


John

Reply via email to