package Callback; sub do_callback { my $coderef = shift; $coderef->(@_); } 1;