Submitted by ritili on Thu, 05/10/2012 - 10:34.
( categories: perl questions )
Hello Programmers
I have
$Releases = "/opt/appl/releases";
$Releasests = "/opt/appl/releases/appl-2012-1-1b"; This one I don’t want to use actually, since the version changes frequently
Now in the script I have
copy("$Releasests/lib/informix.redhat", "/etc/init.d/informix"); Works
copy("$Releases/appl-2012-*/lib/informix.redhat", "/etc/init.d/informix"); Doesn’t Work
Could you please give me advice on how to deat with this,
Regards and thanks
Richard
