Subject: | Module doesn't compile - my($$var) is illegal in Perl |
The module doesn't compile because
"my($$var)" is illegal in Perl.
This appears several times in the module.
Probably "$var" was meant, but I'm unsure.
Moreover, the main function is called "toArray",
but in fact it returns a hash reference.