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?

Recommended Answers

All 3 Replies

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.

Strawberry Perl is more cross-platform than active state, from my understanding.

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.

Thanks that thread was interesting


I found information about

B::bytecode
perlcc
and Parrot VM

but most methods are outdated and lack of documentation.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.