Hi anybody got tried installing perl in arm-linux?
installed perl 5.8.8 on arm-linux and i got some problem running it.
command such as
perl -V
perl -e "use strict"
gives me error such as:
Attempt to free unreferenced scalar
Any idea?
installed perl 5.8.8 on arm-linux and i got some problem running it.
command such as
perl -V
perl -e "use strict"
gives me error such as:
Attempt to free unreferenced scalar
Any idea?
Comment