use warnings; use constant foo => 10; BEGIN { no warnings; undef &foo; *foo = sub () {20} } [download]
In reply to Re^2: Constant redefined by salva in thread Constant redefined by paulski