我正在尝试通过 Perl URI 登录 Bugzill,但无法通过“Bugzilla_login=@mentor.com&Bugzilla_password= info.
我需要登录,因为在那之后我想从 bugzilla 中抓取一些数据。
my $data = $scraper->scrape(
my $uri=URI->new('http://prdbugzilla.wv.mentorg.com/bugzilla/show_bug.cgi?id=22444')
);
我正在尝试做类似的事情
curl --data "Bugzilla_login=USER&Bugzilla_password=PASSWORD" http://prdbugzilla.wv.mentorg.com/bugzilla/show_bug.cgi?id=19971