#!/usr/bin/perl -w use strict; use File::NCopy; my $copy_file = File::NCopy->new ( 'recursive' => 1, 'preserve' => 1, 'force-write' => 1, ); $copy_file->copy "/ref/webmail","/www/$domain"; #### String found where operator expected at newclient line 225, near "->copy "/ref/webmail"" (Missing operator before "/ref/webmail"?) syntax error at newclient line 225, near "->copy "/ref/webmail"" newclient had compilation errors.