RE: CGI?

2001-09-25 Thread saravanakumar chinnaraj
Hi all, Thanks for your response for the previous question. All the ideas were excellent. I crossed that problem, but caught in a bit tougher one, I want to set env. variables before kicking off a build. Here is the one which we use in batch file. call setenv c:\NTDDK checked I tried to cal

Perl and Perforce

2001-09-25 Thread saravanakumar chinnaraj
Hi all, this question is more of perl than perforce, but i thought that some might have the answers. Here is my piece of code, i was unable to set the p4client from perl. #!D:\Perl\bin -w # setting P4 Client system("set P4CLIENT=iandb"); system("set P4PORT=perforce:1666"); open(OUTFILE,"p4 cl

Report

2001-09-08 Thread saravanakumar chinnaraj
Hi all, I'm having some problem in perl scripting. here is the scenerio. I have to read data from a file, which is in the format head1 sub1 sub2 sub3 head2 sub4 sub5 head3 sub6... so on. "head" is around 10 and "sub" varies from 2 to 10. My o/p has to be something like below. head1 hea