- or download this
## see what we got
...
}
}
}
- or download this
find( \&do_process, ($dirname) );
...
my $file_name = File::Fine::name; #there is no $_ or @_ context her
+e
....
}
- or download this
say "-------system out---------";
#system("cat $out_file");
...
print while (<$fh>);
close $fh;
say "----------------";
- or download this
print "OUTFILES*******************\n";
foreach my $directory (glob "my_data/*")
...
print " File=$file\n";
}
}
- 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