in reply to Re^2: problem unless I use ".="
in thread problem unless I use ".="
is not identical to:if ( $baseball{yankees} = $baseball{yankees} . $baseball{mets}
Does this refute the original premise that: $a=$a <operator> $b; is same as $a <operator> = $b; (Taken from "Beginning Perl" by Lee & Cozens)?if ($baseball{yankees} .= $baseball{mets})
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: problem unless I use ".="
by liverpole (Monsignor) on May 13, 2007 at 16:32 UTC | |
by demerphq (Chancellor) on May 14, 2007 at 08:50 UTC |