I have a path which looks like this:
"$var1/$var2/$var3/*.ksh"I need to copy all files with .ksh extension from the given path using perl. $var1, $var2 & $var3 are derived using various logic used in the program. I cannot use single quotes coz then it wont give me the value of elements $var and within double quotes, * is not being detected the way I want it. Can someone help me with this? <\p>
In reply to Use of special character "*" to retrieve the contents by dk27
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |