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 client -o |");
while(<OUTFILE>){
        print $_;
}

The above script doesn't set the client to iandb. can anyone help me in this 
regard?

Thanks
saran


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to