Re: Send equivalent of this via perl

2005-03-16 Thread Randal L. Schwartz
Lawrence == Lawrence Statton [EMAIL PROTECTED] writes: Lawrence Let me see if I understand correctly: You want to interpose a program Lawrence you write, so that in place of goign direct to Paypal, they send the Lawrence request to your server, where you massage it in some nefarious way,

Send equivalent of this via perl

2005-03-14 Thread Angus Comber
Hello I have been given this form: form target=company1 action=https://www.company1.com/cgi-bin/webscr method=post input type=image src=https://www.company1.com/en_GB/i/btn/x-click-but22.gif; border=0 name=submit alt=Web payment input type=hidden name=add value=1 input type=hidden name=cmd

Re: Send equivalent of this via perl

2005-03-14 Thread Lawrence Statton
Hello I have been given this form: But I want to use my own form so that when user clicks submit button a perl script will run which then decides which attribute values to send to the https://www.company1.com/cgi-bin/webscr; program. Eg I want to be able to send item_number = value