.------[ Bootscat wrote (2002/09/30 at 09:13:19) ]------
 | 
 |  I'm setting up a list for free and pro members.
 |  I want the pro members to be able to mail daily. I have this part working.
 |  
 |  I want the free members to only be able to mail every 4 Days to the list.
 |  
 |  Using the localtime(time) = 
 |  (second,minute,hour,day-of-month,month,year,day-of-week,day-of-year) 
 |  
 |  Can someone tell me how to code it to only allow it to mail every 3 days?
 |  
 `-------------------------------------------------

    Without knowing how your E-mail mailing list software works, this 
    may not even be possible.  However to for an easy way to get every
    third day I would suggest you look at Date::Calc or Date::Manip
    modules on cpan.org as they have several easy functions for working
    with dates. 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://frank.wiles.org
 ---------------------------------


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to