[Orca-users] ORCA on cygwin find_files issue follow-up

ida3248 at vip.cybercity.dk ida3248 at vip.cybercity.dk
Thu Mar 20 04:33:56 PST 2003


Hi All

I have change the line:
foreach my $new_dir (grep { $_ ne '..' and -d "$current_dir/$_" } @matches) {

to:
  grep { $_ ne '..' and -d "$current_dir/$_" } @matches;
  print "matches: ", at matches,"\n";

  #foreach my $new_dir (grep { $_ ne '..' and -d "$current_dir/$_" } @matches) {
  foreach my $new_dir (@matches) {

Why this and not orginal line works, I can't figure out.

Regards
Michael



More information about the Orca-users mailing list