Help for this page

Select Code to Download


  1. or download this
    my $finder = File::Find->new($opts, @dirs);
    while (my $file = $finder->next) {
       # do stuff
    }
    
  2. or download this
    # simplified a lot, but basically
    sub find {
    ...
            &$wanted
        }
    }
    
  3. or download this
    ------------
    :Wq
    Not an editor command: Wq