Help for this page

Select Code to Download


  1. or download this
    my $agent = new LWP::UserAgent;
    
    ...
    
    my $website = $agent->request($define);
    my $file = $website->content;
    
  2. or download this
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <HTML><HEAD>
    ...
    Invalid method in request get /search.naver?mode=all&amp;query=happy H
    +TTP/1.1<P>
    
    </BODY></HTML>