Help for this page

Select Code to Download


  1. or download this
    eval {
      find( sub { ...; --$fnlinks or die; }, $dir );
    };
    
  2. or download this
    UNLINKS: {
      find( sub { ...; --$fnlinks or last UNLINKS; }, $dir );
    }