my $subroutine = sub { # code here defines an anonymous sub }; $subroutine->( @arguments ); #call sub