ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> activeperl
activeperl
Re: (no subject) (cgi problem on IIS)
by Bruce Reed other posts by this author
Feb 28 2004 2:55AM messages near this date
Re: (no subject) | Help Needed : JComboBox and Table (Tk)
>  It looks as though you are trying to include a perl script in the actual
 >  html page - as far as I know, you cannot do this - you need to call the
 >  form.pl (or whatever the file is called).
 > 
 >  For example, include in your index.shtml page:
 >  <iframe src=http://www.rocketturd.com/cgi-bin/form.pl FRAMEBORDER="0"
 >  WIDTH="100%" HEIGHT="65"><i/frame>

Any URL you can put in an Iframe, you can just type directly in the address 
bar of your browser.

If the .shtml file is really a perl script, you need to (probably) rename 
it to (filename).pl, and put it in your cgi-bin directory.

If you rename it to form.pl and move it to /cgi-bin, then this URL will work:
http://www.rocketturd.com/cgi-bin/form.pl

If you are doing SSI (Server-Side Includes) as someone else mentioned, then 
provide more details of how you are pulling in your perl script.
Attachments:
unknown1
unknown2

Thread:

Administrador
$Bill Luebkert
Bruce Reed

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved