in reply to or with a block
opendir(DIR, "$path") or warn $!; yell(); sub yell() { #other code here... } [download]