Re: Perl and Perforce

2001-09-25 Thread Brett W. McCoy
On Tue, 25 Sep 2001, saravanakumar chinnaraj wrote: > 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"

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