Hi,
I need to run Perforce command from perl script but it gives me error as per below:
Can't locate P4.pm in @INC (@INC contains: C:\build\softwa re\Perl\perl5.0 0402\lib\site ......
my perl script is as per below:
--------------------------------------------------------------------------
#!/usr/bin/perl
use P4;
$a = p4 describe -s '122305';
print $a;
--------------------------------------------------------------------------
Please can anyone help me to resolve this.
Or
Is it possible to run Perforce command from Perl script?
Thanks
Raju
I need to run Perforce command from perl script but it gives me error as per below:
Can't locate P4.pm in @INC (@INC contains: C:\build\softwa re\Perl\perl5.0 0402\lib\site ......
my perl script is as per below:
--------------------------------------------------------------------------
#!/usr/bin/perl
use P4;
$a = p4 describe -s '122305';
print $a;
--------------------------------------------------------------------------
Please can anyone help me to resolve this.
Or
Is it possible to run Perforce command from Perl script?
Thanks
Raju
Comment