my $hello_ref = sub { print "Hello!\n"; }; $pm->run_on_finish($hello_ref);