I am novice to Perl Programming. I had question regarding perl program.
I have a perl program which use to work on Unix environment. Now i want that same program to work locally on my machine and not on any server. I have Active Perl for Windows NT environment.
I have a stand alone java application which takes the user inputs instead of a submit form which is generated by Perl program. So the stand-alone Java aplication takes the inputs and pass on those parameters to the perl program. I did that using .exec() and it is passing those parameters to the perl program. Depending upon the inputs the perl program will display the set of FLAT-FILES which are stored locally on my machine.
what all additional changes i will have to make to the perl program in order to make it working locally.
Thanx in advance