in reply to perl vs python

With perl, you would use a module that does the hard work for you. With python, you'd import from a module that does the hard work for you.

For the rest, it's just some syntax differences. ;-)

Replies are listed 'Best First'.
Re^2: perl vs python
by Shankar (Initiate) on Mar 05, 2010 at 05:04 UTC

    Thank you for all your replies....