Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Running a perl script in an asp page?


Message #1 by elizabeth.gusztak@e... on Tue, 27 Feb 2001 22:05:18
I have what probably amounts to a large problem... 

on the website I'm creating pages for, our header ssi has a "#exec 

cgi=..." within a link.  Not a problem when the page it's included in 

is .html, but when it's .asp, it makes a mess of the link and formatting 

of the page.  This directive is *not* something I can change.  Up to now, 

I've been pasting the header code into my asp pages and changing the link 

to what the script would make it; it seems like a really bad idea to do it 

that way.



Help!  I don't even know what I'm asking for, besides possible solutions 

to this dilemma.
Message #2 by "Ray Smith" <raysmith@r...> on Tue, 27 Feb 2001 16:26:14 -0600
an asp page can either be VBScript OR PerlScript. on the first line of your

asp page or in IIS you can set the language to PerlScript. Note that it's

not Perl which may be what you are trying to do. But you can include your

PerlScript code in there and it will parse it just fine.



Ray



----- Original Message -----

From: <elizabeth.gusztak@e...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Tuesday, February 27, 2001 10:05 PM

Subject: [asp_web_howto] Running a perl script in an asp page?





> I have what probably amounts to a large problem...

> on the website I'm creating pages for, our header ssi has a "#exec

> cgi=..." within a link.  Not a problem when the page it's included in

> is .html, but when it's .asp, it makes a mess of the link and formatting

> of the page.  This directive is *not* something I can change.  Up to now,

> I've been pasting the header code into my asp pages and changing the link

> to what the script would make it; it seems like a really bad idea to do it

> that way.

>

> Help!  I don't even know what I'm asking for, besides possible solutions

> to this dilemma.




$subst('Email.Unsub')

>



Message #3 by "Wally Burfine" <oopconsultant@h...> on Tue, 27 Feb 2001 23:48:18 -0000
Or neither



Regards,

Wally





>From: "Ray Smith" <raysmith@r...>

>Reply-To: "ASP Web HowTo" <asp_web_howto@p...>

>To: "ASP Web HowTo" <asp_web_howto@p...>

>Subject: [asp_web_howto] Re: Running a perl script in an asp page?

>Date: Tue, 27 Feb 2001 16:26:14 -0600

>

>an asp page can either be VBScript OR PerlScript. on the first line of your

>asp page or in IIS you can set the language to PerlScript. Note that it's

>not Perl which may be what you are trying to do. But you can include your

>PerlScript code in there and it will parse it just fine.

>

>Ray

>

>----- Original Message -----

>From: <elizabeth.gusztak@e...>

>To: "ASP Web HowTo" <asp_web_howto@p...>

>Sent: Tuesday, February 27, 2001 10:05 PM

>Subject: [asp_web_howto] Running a perl script in an asp page?

>

>

> > I have what probably amounts to a large problem...

> > on the website I'm creating pages for, our header ssi has a "#exec

> > cgi=..." within a link.  Not a problem when the page it's included in

> > is .html, but when it's .asp, it makes a mess of the link and formatting

> > of the page.  This directive is *not* something I can change.  Up to 

>now,

> > I've been pasting the header code into my asp pages and changing the 

>link

> > to what the script would make it; it seems like a really bad idea to do 

>it

> > that way.

> >

> > Help!  I don't even know what I'm asking for, besides possible solutions

> > to this dilemma.




  Return to Index