in reply to Re^2: Perl calling command prompt?
in thread Perl calling command prompt?
You probably just want to run
but then, you can just as easily just usesystem ("cd E:\\MyPerl\\Trial_Scripts");
chdir "E://MyPerl/Trial_Scripts";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl calling command prompt?
by roboticus (Chancellor) on Nov 27, 2006 at 13:48 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |