in reply to call multiple perl scripts from within a perl scripts ?

the problem with this code is iam getting text files for only the first run?that is i am getting only two text files from the entire process

Is is possible that the second run overwrites the files from the first run. And the third run overwrites the files from the second. And so on?

  • Comment on Re: call multiple perl scripts from within a perl scripts ?

Replies are listed 'Best First'.
Re^2: call multiple perl scripts from within a perl scripts ?
by luckysing (Novice) on Aug 04, 2010 at 21:27 UTC
    Thanks for the suggestion that was exactly what I was doing the text files were getting overwritten since two of the Perl scripts were not able to get the file names properly.