Search notes:

Perl module File::Copy::Recursive

#!/usr/bin/perl
use warnings;
use strict;

use File::Copy::Recursive qw(fcopy rcopy dircopy fmove rmove dirmove);

use File::Temp 'tempdir';

my $temp_dir = tempdir (CLEANUP => 0);

dircopy('../..', $temp_dir);

printf "copied to $temp_dir\n";
Github repository PerlModules, path: /File/Copy/Recursive/script.pl

See also

File::Copy
Perl modules
cp -r

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...', 1741107068, '3.144.19.182', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/File/Copy/Recursive/index(56): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78