Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Domain Name Expiration Reminder

by knowmad (Monk)
on Oct 07, 2004 at 23:40 UTC ( [id://397485]=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;
    ...
      my ($domain, $expire_days) = split(/ /, $line);
      print "Domain '$domain' is expiring in $expire_days days.\n";
    }
    
  2. or download this
    # This is the data file for the expire.pl script. The domain name shou
    +ld
    # exclude www or other subdomain values. A reminder email will be sent
    + on each
    ...
    
    perlmonks.org 30 15 7
    mywebsite.com 45 30 15 7
    

Log In?
Username:
Password:

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

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

    No recent polls found