Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -le"print eval while<>;"
    2+2
    ...
    ^Z
    
    C:\test>
    
  2. or download this
    C:\test>perl -le"sub Log{log(pop)/log(10)}print eval while<>;"
    Log(100)
    ...
    1200
    exp(log(30)+log(40))
    1200