[p4] p4 perl api, can't get RunFix() to work
Tom Duffy
tomd at dbsoft.com
Wed Oct 7 06:25:55 PDT 2009
This line fixed the problem:
$p4->RunFix("-c", "217645", "job000165");
-----Original Message-----
From: perforce-user-bounces at perforce.com
[mailto:perforce-user-bounces at perforce.com] On Behalf Of Tom Duffy
Sent: Wednesday, October 07, 2009 8:56 AM
To: perforce-user at perforce.com
Subject: [p4] p4 perl api, can't get RunFix() to work
I'm having trouble getting the RunFix command to work for me in a
script. I created a simple script to test it and even this does not
work.
Any advice?
Thanks in advance.
Here is the script. It does not set the fix and does not return an
error.
use strict;
use P4;
my $p4 = new P4;
$p4->Connect() or die ("connect");
$p4->RunFix("-c 217645", "job000165");
$p4->Disconnect();
Tom Duffy
_______________________________________________
perforce-user mailing list - perforce-user at perforce.com
http://maillist.perforce.com/mailman/listinfo/perforce-user
More information about the perforce-user
mailing list