in reply to Login form to enable access to htaccess area?

From the LWP::UserAgent docs:
$ua->credentials( $netloc, $realm, $uname, $pass )
Set the user name and password to be used for a realm. It is often more useful to specialize the get_basic_credentials() method instead.
I've not tried this, but LWP certainly supports it.
  • Comment on Re: Login form to enable access to htaccess area?

Replies are listed 'Best First'.
Re: Re: Login form to enable access to htaccess area?
by pip (Novice) on Feb 21, 2004 at 03:54 UTC
    Hi Scottj, Thank's for your reply, I was kind of hoping I would get by without needing to install modules, due to my hosting facilities. I realize now it's not that simple. pip