From: Jorge Goncalvez <[EMAIL PROTECTED]> > system(q{perl -i.orig -pe "s!/cygdrive/c!/!g" > $CMPath/cygwin/etc/passwd}); > > but in th elast line $CMPath seems not to be interpreted althought > $CMPath ="c:/". Why?
Because q{} behaves as a singlequoted string. You want to use qq{} instead. Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain. I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]