in reply to Re^3: installing cpan via script
in thread installing cpan via script

no I read it , but it does not explain how to use pp in the script , that is where I am stuck . where to write those line in the script nad how to install that tar file

Replies are listed 'Best First'.
Re^5: installing cpan via script
by marto (Cardinal) on Jul 04, 2013 at 09:03 UTC

    "no I read it , but it does not explain how to use pp in the script , that is where I am stuck"

    You don't use pp within your script. The documentation quite clearly shows that this tool is used to create an executable version of a script. There is an explanation and many examples. If you feel the documentation could be improved you're free to provide a patch.

    "how to install that tar file"

    Use cpan to install pp and it's dependencies:

    cpan pp
Re^5: installing cpan via script
by Anonymous Monk on Jul 04, 2013 at 09:00 UTC

    how to use pp in the script , that is where I am stuck .

    You don't use pp in the script, pp is the script , pp is a program, you run pp from the shell, or if you insist, you can use system to call the program pp

    where to write those line in the script nad how to install that tar file

    Um, if at first we're not understanding what you're asking, using progressively less words in subsequent questions won't help us understand you any better :)