Ivan Tubert-Brohman wrote:
Isn'tok 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
Ivan Tubert-Brohman wrote:
Isn'tok 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