in reply to Re^3: Pugs Tic Tac
in thread Pugs Tic Tac

to be completely gramatically correct, you've got to modify the verb as well ;-)
print "$users user", ( $users == 1 ? '' : 's'), " currently use",( $users == 1 ? 's' : ''), " the ternary operator.\n";

Replies are listed 'Best First'.
Re^5: Pugs Tic Tac
by cog (Parson) on Apr 25, 2005 at 20:14 UTC
    Eh.

    And I changed my sentence, because the first version was "There are currently $users using...", and that would have me changing the "are" to "is" too :-)

    Oh well :-)