Piers Cawley writes: : If currying magic works in subroutine parameter strings then you can : just do : : sub assert_with_func (&^sub is constant, $^expected is constant, : $^got, $message) : { : &^sub($expected, $got) or die $message || $default_message; : } : : Here's hoping it will work.
That's my intention. Larry