[Perl-unix-users] Is there a line continuation character in Perl ?

2003-06-24 Thread yzhang1908
___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] How to exclude a softlink(pointing to a directory) in File::Find

2002-04-30 Thread yzhang1908
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 __