passing a code block to a function in perl?

George

New member
how do I write a function like grep without using anonymous subroutines? is it possible to pass a code block to a function in perl without using anonymous subroutines?
 
Back
Top