Is it possible to return a Perl hash as a Vim List or Dictionary?
I am pretty new to Perl but need it's features for my extension. I need to
return rows and columns of data which is perfect for a Vim List or
Dictionary.
I don't know what format that is but if Data::Dumper doesn't help (I don't
think it will for your purpose), you'll have to manually go through the hash
and print the key - value pair out in the correct format that you want.
Maybe there's something here that will help:
http://search.cpan.org/search?query=vim&mode=all
--
.