On Wed, 24 Jul 2002, Devdas Bhagat wrote:

> > if((localtime(time + 86400))[3] == 1) {
> >     # end of month
> > } else {
> >     # not end of month
> > }
> use Date::Calc;

importing a module means all the module code needs to be compiled first.  
A single if statement is much less costlier.

> TIMTOWTDI.

more than two too.

-- 
Dead?   No excuse for laying off work.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to