perlapp myscript.pl --add mypm.pm --bind mytextfile.txt[text,extract,file=c:\test,mode=0777]
####
open TF,'>mytextfile.txt' or die $!;
####
Tk::Error: No such file or directory at test.pl line 183.[\&main::chfile]
####
The bound file is extracted into the TEMP directory upon application start. It will be deleted when the application terminates. The extraction directory will be added to the PATH environment variable (as well as to the LD_LIBRARY_PATH variable on Unix). It will also be added to the front of @INC.