Best I can think is maybe using the Date::Manip module in a foreach or
while loop to test each day and see if it is the 3rd week, and if indeed
the day is a Friday.  This would be kind of slow since you would have a
lot of days to go through, but it would work.

http://search.cpan.org/search?dist=DateManip

Brian Johnson
Partner/Systems Administrator/Programmer
Source1Hosting.tv, LLC (www.source1hosting.tv)
Source1Results.com, LLC (www.source1results.com)
I may be insane, but remember - The only
difference between an insane man and a
genius is his jacket.


> 
> I know this might be easy but since I'm still learning ....
> 
> Is there a easy way to have perl generate information to find 
> out what the 3rd friday is for each month?  I have been 
> looking at some cpan modules and none of them seem to do what 
> I need.  
> 
> I did find something that might do it but it requires 
> compiling c code and I thought there might be a easier method.  
> 
> Please help if you can.
> 
> Thanks,
> 
> Anna
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to