Hi there,
I'm working with Perl a few years now and thanks to pp I manage to get executables instead of scripts. However I use 2 pl files to store defines and basic functions like this:
require File::HomeDir->my_home."\\software\\scripts\\basic_func.pl"; require File::HomeDir->my_home."\\software\\scripts\\defines.pl";
If I remove these files after I created executables I still need these files at runtime :S
call pp -o fill_usb_stick.exe -x -c -vvv <code>fill_usb_stick.plWhat am I doing wrong, or do I need to take a different approach?
Yours sincerely.In reply to PP: Executables still need require files..... by gepebril69
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |