Yes. Use the LWP module, LWP::UserAgent. Its credentials() method lets you add the username and password to the request.
At 05:25 PM 06/15/02 +0100, Tiago Almeida wrote: > > >Hello, >Can anyone tell me if theres any way to authenticate automatically to a >htaccess protected web page with a Perl script, sending the user name >and the password to the login box? >i don't to open the web page , but i want to process some data in it. >does any knows some module to do that > >Best regards >tsa > >