in reply to Programming Perl 3rd ed. Chapter 1
Dividing by 0 does not yield 0, but an undefined value, which is why it is illegal.
Example:
7*0=0
therefore, logic yields that 7=0/0
you can do the same for any number, obviosuly 0/0 cannot be defined, and neither can x/0.
tigervamp
|
|---|