Author: SibuSibu Date: Mar 15, 2008 04:06
Hai all,
I have created a perl executable application using PP,the application
includes Curses:UI modules.
###Created the binary file by using the following command
$pp myscript.pl ## produces the file a.out
###When I run this file by using command below
$a.out
##gives the following error message
Can't open Curses/UI/Language/english.pm: No such file or directory at
Curses/UI/Language.pm line 96
## I also tried to compile with -M option
$PP -M Curses/UI/Language/english.pm myscript.pl ## produces the
file a.out
##when running a.out it also gives the same error message.
|