in reply to Re: PC Problems with pp
in thread PC Problems with pp

I don't really know what I'm suppsed to get from your answer.

Adding verbosity tells me some interesting things. The pp script adds a ton of core modules by default. Are there dependencies of WWW::Mechanize, but non-core modules, which are being added? I can't tell, because I can't find a combination of flags which adds dependencies but leave out core modules. I must say it's a little confusing. What for instance is the difference between -x for execute and -r for run?



($_='kkvvttuu bbooppuuiiffss qqffssmm iibbddllffss')
=~y~b-v~a-z~s; print

Replies are listed 'Best First'.
Re^3: PC Problems with pp
by Anonymous Monk on Feb 04, 2006 at 10:37 UTC
    ????
    -r, --run
        Run the resulting packaged script after packaging it.
    
    -x, --execute
        Run "perl inputfile" to determine additonal run-time dependencies.
    
Re^3: PC Problems with pp
by Anonymous Monk on Feb 04, 2006 at 10:39 UTC