On Sat, 26 Oct 2013 07:28:09 -0400
<htchd...@live.com> 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: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to