in reply to Re^2: Date Handling in Perl
in thread Date Handling in Perl

joeymac: That line is using the ternary conditional operator. It is essentially shorthand for an if-then-else conditional. Take a look here for more info: Conditional Operator.