Search notes:

Perl module File::DirList

use warnings;
use strict;

use File::DirList;

my $noLinks      = 1;
my $hideDotFiles = 1;

#  list returns an array ref
my $entries = File::DirList::list('c:/temp', 
  'n',# sort by name
  $noLinks,
  $hideDotFiles
);


# the name is at position 13
print join ("\n", map {$_->[13]} @{$entries});
Github repository PerlModules, path: /File/DirList/script.pl
Perl modules.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1741107238, '3.145.2.158', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/File/DirList/index(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78