Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Merlyns Web Link checker

by dvergin (Monsignor)
on Feb 27, 2002 at 16:55 UTC ( [id://147963]=note: print w/replies, xml ) Need Help??

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);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://147963]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-24 23:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found