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

Thanks for all your inputs

I want to create a parsing application which is generic to all platforms that’s my goal, as I am newbie to Perl checking the feasibility whether it can be done are not

Thanks Madhi

Replies are listed 'Best First'.
Re^5: Creating executables?
by ikegami (Patriarch) on Jul 27, 2009 at 04:47 UTC

    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.