
fashimpaur
User
/ Moderator
May 9, 2002, 9:19 AM
Post #4 of 6
(4390 views)
|
Re: [Knoxy] Can't locate object method "" via package ""
[In reply to]
|
Can't Post
|
|
Knoxy, I think I found some of the other errors. Line 1 of MerchantAPI.pm reads: package MechantAPI; It should be: package MerchantAPI; Line 13 of client.pl reads: my @totOrder = create_order_html($pspId,$merchantID,orderNo,$amount,$currency); It should read: my @totOrder = create_order_html($pspId,$merchantID,$orderNo,$amount,$currency); Then, you should be okay. Still do no dereferencing of the MerchantAPI methods. They are now really imported because of the fix to the package call in the .pm file. Let me know if you have any other problems. Good Luck, Dennis $a="c323745335d3221214b364d545". "a362532582521254c3640504c3729". "2f493759214b3635554c3040606a0", print unpack"u*",pack "h*",$a,"\n\n";
|