l.mai@web.de wrote: >Even so, why does *{"CORE::eval"} warn but not *{"CORE::lc"}? Because \&CORE::lc is a thing, but the behaviour of CORE::eval can't be adequately captured as a sub. -zefram