> > ok but lets say I am doing this.... > > $copydir = `cp --preserve --recursive --update > SOURCE/$ini{$section}{path} DEST/$ini{$section}{machine}`; >
could use concatenation. $copydir = `"cp --preserve --recursive --update" . SOURCE . "/$ini{$section}{path} DEST/$ini{$section}{machine}"`; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]