Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # linux only
    ...
       print "$File::Find::name\n";  #name with full path
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    #$rule->name( '*.pm' );
    my @files = $rule1->in($directory);
    print "@files\n";