my $func = sub { return "value"; }; $func->(); $func = sub { return "another value"; }; $func->();