in reply to Re: Recursive anonymous subroutines
in thread Recursive anonymous subroutines
Er, no, if you look at the code you will see the only difference between the different anonymous subs is which filehandle they read from. It is not possible to pass in the filehandle because they are used as callbacks. And the filehandles are all just members of an array, so there is no point in making separate subs for each, and besides I don't know how many there will be so it's not really possible anyway. -- Nohat