Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

web page update notifier

by Juerd (Abbot)
on Jun 17, 2004 at 20:51 UTC ( [id://367755]=sourcecode: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    warn "HTTP $status" if is_error $status;
    
    system qw(diff -u), "$file.old", $file;
    
  2. or download this
     #!/usr/bin/perl -w
     use strict;
    ...
    +warn "HTTP $status" if is_error $status;
    
     system qw(diff -u), "$file.old", $file;
    

Log In?
Username:
Password:

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

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

    No recent polls found