in reply to Re^4: Creating executables?
in thread Creating executables?

I want to create a parsing application which is generic to all platforms that’s my goal,

I asked for clarification, and you now want to support "all platforms".

If that's really what you want, the answer is no. My watch surely doesn't have enough memory to hold your parser.

But since this is a Perl forum, I'm going to assume you mean any machine that runs Perl. If so, I fail to see the problem. The developers of Perl already went through the effort of making Perl installable on a wide variety of machines. All you have to do is write your program.