Jan Eden wrote:
if $mmdd > 0915 and $mmdd < 0630) ...

in my calculation to allow for any combination of $80 and $55 days.

(($mmdd > 0915) && ($mmdd < 0630)) ? $55 : $80;


--
_Sx_ http://youve-reached-the.endoftheinternet.org/ _____
     http://jaxpm.insecurity.org/
     http://cis4dl.insecurity.org/

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to