The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Break Math

Some simple Math:

  ## A simple definition:
  A = B

  ## Now multiply both side by A:
  A**2 = AB

  ## Now add A**2 - 2AB in both sides:
  A**2 + A**2 - 2AB = AB + A**2 - 2AB

  ## That we can simplify by:
  2(A**2 -AB) = A**2 - AB

  ## And finally we divide both sides by A**2 - AB:
  2 = 1
Soo, 2 is really equal 1?
But we didn't anything wrong!
Hummm, take a deep look!

Som link sample: X

Font

"The Last Theorem of Fermat".