RE: copy using perl on windows

2005-12-16 Thread Charles K. Clarkson
Umesh T G wrote: : It is not copying the files, though there is no error printed on : screen. :( It looks like you are not using warnings and strict. That pretty much stops most errors from going to the screen. Your problem *may* be in @src. In perl, the file s

copy using perl on windows

2005-12-16 Thread Umesh T G
I want to copy few files from a source directory to a destination directory my array contains all the source file names like this "..\..\..\AlgSource\ISA\C64x\asm\idct_8x8_c64xplus_h.asm" "..\..\..\AlgSource\ISA\C64x\asm\jpegdec_ti_vld_n_mcu.asm" "..\..\..\AlgSource\ISA\C64x\C\byte_unstuff.c"