Help for this page

Select Code to Download


  1. or download this
    ## see what we got
    
    ...
         }
      }
    }
    
  2. or download this
    find( \&do_process, ($dirname) ); 
    
    ...
       my $file_name = File::Fine::name; #there is no $_ or @_ context her
    +e
    ....
    }
    
  3. or download this
      say "-------system out---------";
      #system("cat $out_file");
    ...
      print while (<$fh>);
      close $fh;
      say "----------------";
    
  4. or download this
    print "OUTFILES*******************\n";
    foreach my $directory (glob "my_data/*")
    ...
          print "   File=$file\n";
       }
    }
    
  5. or download this
    
    OUTFILES*******************
    ...
       File=my_data/03-04-2019-22-28-51/03-04-2019-22-28-51.57.txt
       File=my_data/03-04-2019-22-28-51/03-04-2019-22-28-51.9.txt
    =cut