in reply to Re^6: print-screen without non-core modules ?
in thread print-screen without non-core modules ?

Yup, you forgot to use the -x or -c option

pp -x ...

  • Comment on Re^7: print-screen without non-core modules ?

Replies are listed 'Best First'.
Re^8: print-screen without non-core modules ?
by palkia (Monk) on May 28, 2012 at 22:02 UTC
    umm.. ok
    Than please tell me exactly (line by line) what should I type ?
    Please be explicit (for example exactly where does a new line is entered).
    I can't figure it out from the cpan page (nearly zero experience with the command line).
    Thx
        This one did run the program right, but as a pl file,
        within the terminal in which the pp -x foo.pl was entered.
        No exe file was created nor edited in the process.
        Also tried the regular pp foo.pl line before and after the pp -x foo.pl (seperated experiments) to confirm.
        Also tried (all) the above scenarios both with an existing exe and without (just in case), still nothing.
        This is so frustrating, what am I doing wrong ?

        I sorry if I'm missing something that seems trivial to more experienced programers,
        resulting in people feeling I'm wasting their time,
        but I'm really trying here and have no where else to ask (please have a little patience, and go easy with the "--" ^^).

        I've tried Cava Packager in the past but in seems extremely complicated and time consuming to master,
        and that's without considering the exe result is (if I remember correctly) about 200 times the pl's size.