Help for this page

Select Code to Download


  1. or download this
    my $dirname = 'foo';
    my @non_symlinks =
       grep { not -l }
       <$dirname/*>;