Allan wrote:
> 
> I have a Perl script that displays formated links from my database. the
> path is www.myplace.com/cgi-bin/script.pl. Now the question is is their a
> way for someone on another site, different server to be able to call in the
> script to have on their page. I realize that ssi is a path not a url. Does
> anyone know a way to do this??

Not that this has anything to do with Perl, but:

If you mean that you want to give the script away, just provide a link
to
it outside of your cgi-bin directory (which your web server may
interpret
as an executable):

<a href="http://www.myplace.com/freestuff/script.pl" type="text/plain">
Get your free script here!</a>

Or change the type if you want them to just download it.

Or put it into a .ZIP file.

This assumes that you haven't configured your web server to look at all
.pl files anywhere as CGI's. If you have, you'll have to rename the
script
you want to give away.

-- 
Ned Konz
currently: Stanwood, WA
email:     [EMAIL PROTECTED]
homepage:  http://www.bike-nomad.com

---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to