in reply to Paypal Module

There is Business::PayPal, which seems to have a function called button()

Returns the HTML for a PayPal button. It takes a large number of parameters, which control the look and function of the button, some of which are required and some of which have defaults.
--
b10m

Replies are listed 'Best First'.
Re: Re: Paypal Module
by Anonymous Monk on Jan 15, 2004 at 19:55 UTC
    That's the ticket! Thanks.