Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    use File::Find;
    find ({wanted => sub {/\.tcl$/ and print "File::Find $File::Find::name
    +\n" },
      follow_skip => 2 }, 'a');
    
  2. or download this
    from the system tree command to show file structure
    .
    ...
    Path::Tiny::visit: a/b/sym2/file.tcl
    
    File::Find a/b/c/file.tcl