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

I don't see why you think the OP wants to deploy to every platform.

madhi, could you explain what your goal is?

Replies are listed 'Best First'.
Re^4: Creating executables?
by madhi (Initiate) on Jul 27, 2009 at 02:53 UTC

    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

      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.

Re^4: Creating executables?
by afoken (Chancellor) on Jul 26, 2009 at 23:19 UTC

    PerlApp is said to be able to deploy to "any platform", but it can't.

    madhi's problem is explained in Re^2: perl pp packging problem, but he did not accept my answer.

    Alexander

    --
    Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

      Again, I don't think you've answered his question.

      *madhi*, could you explain what your goal is?