in reply to Re^2: how to assign output of Find() into a variable $
in thread how to assign output of Find() into a variable $

Because I hate javaScript nested functions!

Actually, for a trivial sub the inline sub is fine. For something that does a little more work the inline call to the callback sub allows parameters to be passed and much more maintainable code.

Premature optimization is the root of all job security
  • Comment on Re^3: how to assign output of Find() into a variable $