Hi all, I've tried to get a web page with the following line:
use LWP::Simple; my $page = get($path); The problem is that LWP gets another page telling me that I should login or I should enable my browser to accept cookies. What should I do to make LWP to accept cookies? Is it possible with LWP::Simple, or I should use LWP::UserAgent? Thank you. Teddy Center: http://teddy.fcc.ro/ Mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]