in reply to Re^2: Pugs Tic Tac
in thread Pugs Tic Tac
You use it often enough that two extra characters makes you say "yuck"?
I do.
I mean, it works exactly the same. It looks nearly exactly the same. It just has two of each character instead of one.
It's an increase of 100%, you know? :-)
But please note: I'm not saying that I'm against the change or anything. With time, I'll probably enjoy it. I just wanted to make it perfectly clear that some people use the ternary operator a lot.
And I'm proudly one of them :-)
print "$users user", ( $users == 1 ? '' : 's'), " currently use the ternary operator.\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Pugs Tic Tac
by bpphillips (Friar) on Apr 25, 2005 at 19:42 UTC | |
by cog (Parson) on Apr 25, 2005 at 20:14 UTC | |
Re^4: Pugs Tic Tac
by revdiablo (Prior) on Apr 25, 2005 at 20:03 UTC |