Ivan Tubert-Brohman wrote:
Isn't

  ok defined *::is_code{CODE};

just a convoluted way of saying

  ok defined &is_code;

Won't "&is_code" get called that way?  Should this be:

    ok defined \&is_code;


David Golden

Reply via email to