(Some of the following is repeated from my recent original posting, with
updates added here.)
I am trying to set up a development environment on Windows 7, to use Perl
and Glade to write a GUI application.
This environment is a collection of directories on a shared network drive
(say e.g., X:)
On Wed, 2017-12-13 at 11:28 +, Mike Martin wrote:
> Hi
> I have the following code
>
> use strict;
> use File::Find;
> my @vsbe;
> my $top='P:\PT-6\PT-60\PT-603\Shared\Data Store\Files Dump Folder';
> my $max_depth=9;
> my $cnt1=0;
>
> find({wanted=>\&wanted1,preprocess=>\&preprocess1},$top)
{resending}
Hi Mike,
On Wed, 13 Dec 2017 11:28:55 +
Mike Martin wrote:
> Hi
> I have the following code
>
> use strict;
> use File::Find;
> my @vsbe;
> my $top='P:\PT-6\PT-60\PT-603\Shared\Data Store\Files Dump Folder';
> my $max_depth=9;
> my $cnt1=0;
>
> find({wanted=>\&wanted1,preproce
Hi Mike,
On Wed, 13 Dec 2017 11:28:55 +
Mike Martin wrote:
> Hi
> I have the following code
>
> use strict;
> use File::Find;
> my @vsbe;
> my $top='P:\PT-6\PT-60\PT-603\Shared\Data Store\Files Dump Folder';
> my $max_depth=9;
> my $cnt1=0;
>
> find({wanted=>\&wanted1,preprocess=>\&preproc
Hi
I have the following code
use strict;
use File::Find;
my @vsbe;
my $top='P:\PT-6\PT-60\PT-603\Shared\Data Store\Files Dump Folder';
my $max_depth=9;
my $cnt1=0;
find({wanted=>\&wanted1,preprocess=>\&preprocess1},$top) ;
sub wanted1 {
if ($cnt1 <=1000){
my $file = $File::Find::name;
if (grep