Re: system command not working in different versions

2012-08-09 Thread venki neeli
roblem? is it with version of perl? or perl module problem? Regards, Neeli From: midhun To: Hal Wigoda Cc: venki neeli ; perl list Sent: Thursday, 9 August 2012 12:01 PM Subject: Re: system command not working in different versions Neeli, Hal is right.

Re: system command not working in different versions

2012-08-08 Thread venki neeli
Yes Midhun, I have compared both. Even I have tried keep both same. See the shebang line. #!/usr/bin/perl -w Note:- Script-1 and script-2(submit_now.pl) are in same location. Regards, Neeli From: midhun To: venki neeli Cc: perl list Sent: Wednesday, 8

system command not working in different versions

2012-08-07 Thread venki neeli
Dear Friends, I am developing a script in which I need to call another perl script. In one linux machine it is working and in the other machine it is not working. Ex:- system("./submit_now.pl $"); can you please, tell me what is the reason? and as well solution. Regards, Neeli