in reply to cp -rp src dst
my @arguments = ("cp", "-rp", "$source_dir", "$destination_dir"); system(@arguments); [download]