From 3c980a72ac09c5fec9ab511193b0989a13ff06aa Mon Sep 17 00:00:00 2001 From: robbie-hatley Date: Fri, 10 Feb 2023 13:31:12 -0800 Subject: Added blog and tweaked Perl files. --- challenge-203/robbie-hatley/blog.txt | 1 + challenge-203/robbie-hatley/perl/ch-2.pl | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/challenge-203/robbie-hatley/blog.txt b/challenge-203/robbie-hatley/blog.txt index e69de29bb2..d7940e419f 100644 --- a/challenge-203/robbie-hatley/blog.txt +++ b/challenge-203/robbie-hatley/blog.txt @@ -0,0 +1 @@ +https://hatley-software.blogspot.com/2023/02/robbie-hatleys-perl-solutions-to-weekly.html diff --git a/challenge-203/robbie-hatley/perl/ch-2.pl b/challenge-203/robbie-hatley/perl/ch-2.pl index bf2f93358d..fda3904679 100755 --- a/challenge-203/robbie-hatley/perl/ch-2.pl +++ b/challenge-203/robbie-hatley/perl/ch-2.pl @@ -28,8 +28,8 @@ Task 2: Copy Directory Submitted by: Julien Fiegehenn -You are given path to two folders, $source and $target. Write a script that recursively copy the directory from $source -to $target except any files. +Given paths to two folders, $source and $target, write a script that recursively copies the directory structure from $source +to $target, without copying any files. Example: -- cgit