Which is the best way to make a plataform-independent perl app, I tried Perl Packer but it seems it wont work on windows, I don't want to use activestate? what are my alternatives?
If all your users have access to the web then you could develop it as a web app. Otherwise, I don't know but this thread on StackOverflow might interest you.