Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::IE::Mechanize;
    ...
    $iemech->get('http://feeds.reuters.com/~r/reuters/topNews/~3/84952673/
    +newsarticle.aspx');
    my $html = $iemech->content;
    print $html;
    
  2. or download this
    <HTML><HEAD><LINK href="http://i.today.reuters.com/media/styles/rcom-a
    +rticle.css" type=text/css rel=stylesheet><LINK href="http://i.today.r
    +euters.com/media/styles/rcom-master.css" type=text/css rel=stylesheet
    +>
    
    <SCRIPT language=javascript src="http://i.today.reuters.com/News/scrip
    +t/links.js" type=text/javascript></SCRIPT>
    
    </HEAD></HTML>