[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] Fwd: "3 apples" + "2 oranges"



I guessed wrong. :)

j

-----------------
>> What do you think this displays, without running it?
>> my $n = "3 apples";
>> my $m = "2 oranges";
>> print $n + $m;
>>
> 2?

5