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

I used pp by entrering "pp mechanisePpTest.pl" (& nothing else) in my terminal.
Technically it seems to have all functions operational but the return value is very different

When I referred to "length" it was the length of the string returned by the code,
not the size of the pl & exe files.

Hope that helps ^^
  • Comment on Re^6: print-screen without non-core modules ?

Replies are listed 'Best First'.
Re^7: print-screen without non-core modules ?
by Anonymous Monk on May 28, 2012 at 21:28 UTC

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

    pp -x ...

      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