I am trying to build the Perforce Perl API as per this link. However, when I issue the command perl Makefile.PL, I get the error “Makefile.PL – No such file or directory”.
Perl is installed in my Linux machine. When I issue the command perl -v , the following is displayed:
This is perl, v5.8.8 built for i386-linux-thread-multi
Copyright 1987-2006, Larry Wall
Can someone please let me know what I am missing here?
I was not having the right p4perl module when I was trying the Makefile command. I have now downloaded the p4perl API and able to execute the Makefile command.