Help for this page

Select Code to Download


  1. or download this
       @CHECK =   # list of initial starting points
       qw(~http://www.sun.com/ <http://www.sun.com/>);
    
  2. or download this
       @CHECK =   # list of initial starting points
       qw(http://www.sun.com/);
    
  3. or download this
       $request = HTTP::Request ($method,$thisurl);
  4. or download this
       $request = new HTTP::Request ($method,$thisurl);