Psychoman
09-03-2004, 01:05 AM
Ok... I'm going to be ashamed after this post is done but i I'm a perl virgin :p....
After trying to avoid perl for so long.... I talked to verisign to use them as a payment processing service, and I am considering their Payflo Pro option. However, their SDK's are all in perl and I have only gone as far as installing perl on my server in the past... can anyone give me a few pointers as to how to start picking up what perl is?
for one thing I have this set of instructions
Assuming your perl is setup correctly, and the Payflow Pro Client
is installed, do:
perl Makefile.PL
nmake;
nmake test;
nmake install;
and even though it seems so simple, I have no clue what I'm being told to do. I have not used perl at all, I bet you can tell. And I could just try to find an alternate service whose SDK's are not perl, however I realize I cannot continue to hide from it. so any help will be greatly apreciated.
Ray
After trying to avoid perl for so long.... I talked to verisign to use them as a payment processing service, and I am considering their Payflo Pro option. However, their SDK's are all in perl and I have only gone as far as installing perl on my server in the past... can anyone give me a few pointers as to how to start picking up what perl is?
for one thing I have this set of instructions
Assuming your perl is setup correctly, and the Payflow Pro Client
is installed, do:
perl Makefile.PL
nmake;
nmake test;
nmake install;
and even though it seems so simple, I have no clue what I'm being told to do. I have not used perl at all, I bet you can tell. And I could just try to find an alternate service whose SDK's are not perl, however I realize I cannot continue to hide from it. so any help will be greatly apreciated.
Ray