I have Perl v5.10.1 installed on my CentOS 6 linux box. However, when I try to import perl in the python terminal, I get an ImportError.
>>>import perl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named perl
I had a similar issue earlier with Gnuplot, but that was resolved by simply installing another package. ImportError for Gnuplot in python terminal
I cannot figure out what is wrong.
Please help. Thanks.