http://qs321.pair.com?node_id=856064


in reply to windows path problem

anu_2,

Your substituion regex is correct but as you have given $path value in double quotes it got interpolated. Change it to single quotes and it will work fine.

Regards,
Murugesan Kandasamy
use perl for(;;);

Replies are listed 'Best First'.
Re^2: windows path problem
by anu_1 (Acolyte) on Aug 20, 2010 at 03:54 UTC
    Thanks a lot