ãããç°¡åã«ãã°ã¤ã³ã§ããããLWP::UserAgentã®ãµãã¯ã©ã¹ãªã®ã§credentialsãåãããã«ä½¿ããã ã¡ã¢ã¡ã¢ã #!usr/bin/perl use strict; use utf8; use warnings; use Encode; use WWW::Mechanize; my $mech = new WWW::Mechanize; my $user_name = "ã¦ã¼ã¶å"; my $password = "ãã¹ã¯ã¼ã"; $mech->credentials('ãã¡ã¤ã³:ãã¼ãçªå·','Auth Test',$user_name,$password ); $mech->get("表示ãããURL"); print $mech->content(); WWW::Mechanize æ¥æ¬èªã®ãªãã¡ã¬ã³ã¹çãªãã® http://digit.que.ne.jp/wor
{{#tags}}- {{label}}
{{/tags}}