use strict; use constant ERR => 'Some error happened.'; use constant OK => 'All is fine.'; my $res = some_func(); { no strict 'refs'; print &$res(), "\n"; };