in reply to Re: Is it possible to store an arthimetric operator in a variable?
in thread Is it possible to store an arthimetric operator in a variable?

thanks for that, however, could you explain the line
sub { $_[0] == $_[1] }
what is this doing?

CODE tags added by Arunbear

  • Comment on Re^2: Is it possible to store an arthimetric operator in a variable?
  • Download Code

Replies are listed 'Best First'.
Re^3: Is it possible to store an arthimetric operator in a variable?
by mrborisguy (Hermit) on Jul 19, 2005 at 14:38 UTC

    Sure, I could do that for you.

    Also, check out perlsub for a better explanation.

        -Bryan

      thanks for that, much appreciated