> Try to do recursive find using File::Find, but do not > want to count any directory which is a softlink. > > If I do > > return if ( -l $File::Find:name ); > > it seems still go down to the tree of the softlink > target. > > > Any way to do this? > > > Thanks, > Yi Zhang > Avaya Communication > _______________________________________________ > Perl-Unix-Users mailing list > [EMAIL PROTECTED] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
