一个程序自动刷新页面的例子_cgi技术_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

一个程序自动刷新页面的例子

作者:黑客防线网安网站维护基地 来源:黑客防线网安网站维护基地 浏览次数:0

本篇关键词:Perl
#!/usr/bin/perl

  use HTTP::Request;
  use LWP::UserAgent;
  my $ua = new LWP::UserAgent;
  $|=1;
  print "content-type:text/html\n\n";
  $ua->agent("AgentName/1.0 " . $ua->agent);
  $ua->timeout(80);
  # Create a request
  my $req = new HTTP::Request POST => 'http://search.sina.com.cn/cgi-bin/search/search.cgi';
  $req->content_type('application/x-www-form-urlencoded');
  my $buffer="ss=sina&_searchkey=%BB%EE%B6%AF%2B%BD%B1%CF%EE&_andor=and&s1=%CB%D1%CB%F7";
  $req->content($buffer);
  # Pass request to the user agent and get a response back
  my $res = $ua->request($req);
  # Check the outcome of the response
  if ($res->is_success) {
print length($res->content);
   print <<END;
<META HTTP-EQUIV="Refresh" Content=1;Host="http://***.***.***.***/nperl/autorefresh.pl">

END
;
print $res->content ;
      
  } else {

    print "bad luck";
  }
    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-118-1.html
网站维护教程更新时间:2008-02-20 05:43:16  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer