Help for this page

Select Code to Download


  1. or download this
    while(1)
    {
    ...
    
      $header = HTTP::Headers->new;
      $req = HTTP::Request->new(GET => $url); #IF you had "use strict", th
    +is would show an error.
    
  2. or download this
    use strict;
    use warnings;