perl_seeker has asked for the wisdom of the Perl Monks concerning the following question:
Suppose we set the --tmpdir option to the current folder in which we have the .exe file.Once we run the .exe file,perlapp myscript.pl --add mypm.pm --bind mytextfile.txt[text,extract,f +ile=c:\test,mode=0777] --tmpdir c:\mycurrentdir
the process id gets appended to the folder name.So my .pl script cant find the text files , since it searches onlyc:\mycurrentdir\pdk-username-856877
Can we make the .pl script search for mytextfile.txt in all sub folders inside the current folder as well(mycurrentdir)open TF,'>mytextfile.txt' or die $!;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl App , files and directories
by Art_XIV (Hermit) on Nov 03, 2003 at 13:24 UTC | |
by perl_seeker (Scribe) on Nov 07, 2003 at 09:15 UTC | |
|
Re: Perl App , files and directories
by jand (Friar) on Nov 04, 2003 at 02:09 UTC | |
by perl_seeker (Scribe) on Nov 07, 2003 at 10:41 UTC |