in reply to Re: using reference to subroutine (assume)
in thread using reference to subroutine

Thanks for the tip on the empty string.Then how should i do to make 1. an anonymous subroutine (is the $a and $b assigments ok for that?)2. Assign the reference of one of the anonymous subroutines to another variable.And 3. use this last variable to call the subroutine and pass arguments.