develooper Front page | perl.beginners | Postings from December 2002

RE: Constants and Hash Question

Thread Previous | Thread Next
From:
Kipp, James
Date:
December 11, 2002 06:44
Subject:
RE: Constants and Hash Question
Message ID:
EC6C49DE5C846143AA2CE580420E77C331D286@xexwlm05.mbnainternational.com
> 
> 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}"`;


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About