in reply to system commands aren't working as a loop.

This doesn't have to do with your immediate problem, but one thing that might make you life easier when dealing with Perl on Windows is to remember that unlike cmd.exe, the Windows system internally can use forward slashes for paths. So where you have "c:\\ascii\\" it could actually be "c:/ascii/" instead.
  • Comment on Re: system commands aren't working as a loop.

Replies are listed 'Best First'.
Re^2: system commands aren't working as a loop.
by smanicka (Scribe) on Feb 12, 2009 at 17:40 UTC
    i tried that. the prob is the as400 receives the file as /test1 which i was trying to avoid