Help for this page
opendir (DIR, $backupdir) or die $!; my @files = readdir DIR; ... copy($filename, $backful); print "Backup copy of the file has been created\n"; }
if (-e $backful) { print "Backup copy of $filename exists!\n"; ... copy($filename, $backful); print "Backup copy of the file has been created\n"; }