my $bar = sub { # do something here }; $bar->(); # executes the stuff in the anonymous sub above