Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Capturing output from CGI/Perl URL

Status
Not open for further replies.

cprudhoe

Technical User
Joined
Mar 8, 2008
Messages
1
Hello,

I am building a website but don't pretend to be a real programmer. I can get around HTML, php, and some java, and have dabbled in some perl.

I am using an Affiliate script (encrypted perl in the cgi-bin) that will post the affiliate's name on a webpage. The script is:

<script src="//
I need to be able to capture the affiliate's name in an HTML input variable:

<input type="hidden" name="i_rep" value=" the CGI Script output "/>

Can someone show me how to do this?

Thank You
cprudhoe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top