Re: creating perl binary using PAR module , execution error under unix



On Mar 15, 10:06 pm, Sibu <sib...@xxxxxxxxx> wrote:
.
.

## I also tried to compile with -M option

$PP -M Curses/UI/Language/english.pm myscript.pl

By my reading of the pp documentation ( at
http://search.cpan.org/~smueller/PAR-Packer-0.978/lib/pp.pm ), the
correct way to pack Curses/UI/Language/english.pm into the executable
would be:

$PP -M Curses::UI::Language::english myscript.pl

but I wonder if you might be better served by:

$PP -M Curses::UI myscript.pl

Cheers,
Rob

.



Relevant Pages