Help for this page

Select Code to Download


  1. or download this
    example
    
    ...
    
    I got the code generated by find2perl command to create the function f
    +indFiles.
    
  2. or download this
    use File::Find;
    use threads;
    ...
        print F (join("\n",@data) . "\n");
        close(F);
    }
    
  3. or download this
    foreach my $mnt (@mounts) {
        $script="file_collections.pl -u $user -m $mnt";
    ...
        
    }