On Sat, 26 Oct 2013 07:28:09 -0400
<[email protected]> wrote:
> How about python?
> Many people consider it's better than Perl and it becomes more and
> more popular.
This is why:
$ python
Python 2.7.4 (default, Sep 26 2013, 03:20:26)
[GCC 4.7.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 1/2
0
>>> exit()
$ perl -ple'$_=eval'
1/2
0.5
exit
--
Don't stop where the ink does.
Shawn
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/