Searched refs:newdirs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm1542 my @newdirs = map catfile($dir, $_), grep {
1548 next unless @newdirs;
1550 @newdirs = map((s/\.dir\z//,$_)[1],@newdirs) if IS_VMS;
1551 $self->aside( "Also looking in @newdirs\n" );
1552 push(@dirs,@newdirs);

Completed in 17 milliseconds