in reply to How to calculate values based on date / time stamp?
Couple of pieces of advice:
linux~> perl -e 'my @quant = (); my @times = qw|12 14 21 27 30|; sub r +ound{while (@_[0]%5 != 0){@_[0]++}; return @_[0]}; for(@times){print +round($_), qq|\n|};'
Celebrate Intellectual Diversity
|
|---|