[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] perl package question
On Wed, 16 Oct 2002 15:18:11 -0700
Jim Boyer <boyerj@wsu.edu> wrote:
> Hi,
>
> I am trying to write a payment module that uses XML-RPC. I have written a
> test RPC program and it works on its own. The problem I am having with the
> IC is including the XML-RPC module in my test payment module. When I
> include this line
>
> use Frontier::Client
Interchange uses a different search path for Perl modules than stock Perl
and therefore fails to find the module Frontier::Client.
Bye
Racke