I am trying to understand how this works. For example:

my $n = @$a > @$b ? @$a : @$b;


I understand this is a conditional statement I am just not sure what is
being compared with ? and :. 

--Paul

Reply via email to