in reply to Re^3: perl/Tk Entry validation
in thread perl/Tk Entry validation

Actually the question is not really if it is NECESSARY to pass some arguments to the validate command but if it is POSSIBLE - just as it is done in the case of any other command using a subroutine reference with arguments in a list. Remember I want to set the boundaries as parameters of the validation process.

Replies are listed 'Best First'.
Re^5: perl/Tk Entry validation
by choroba (Cardinal) on Jul 24, 2012 at 13:57 UTC
    If you use the annonymous array syntax, the listed arguments will be prepended to the standard argument list.