in reply to Re: Change variable multiple times within a single string?
in thread Change variable multiple times within a single string?

That prints all yeses for me and a bunch of warnings (change == to eq, perhaps?).
  • Comment on Re^2: Change variable multiple times within a single string?

Replies are listed 'Best First'.
Re^3: Change variable multiple times within a single string?
by davido (Cardinal) on Apr 28, 2013 at 13:45 UTC

    :) Thanks. Fixed.

    (== should have been eq)


    Dave