in reply to OO Simple THing

Two things:
  1. Use parentheses ('()') instead of braces ('{}') around the function arguments.
  2. Using roundnum => 1, you're passing a hash into the function. Call it like new round(1).

Arjen