sub TODO(&) { $_[0]->() }

TODO {          # no colon here,
  ...
};              # but a semicolon here.


-- 
John Porter

Reply via email to