Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Re: [asp_databases] Re: SQL in Access 98/2000


Message #1 by "Ravi Kumar" <ravik@w...> on Tue, 23 Jan 2001 17:18:32 +0530
Hi,



How can I call a Perl script into ASP script ?



Than Q



Ravi





Message #2 by "TomMallard" <mallard@s...> on Tue, 23 Jan 2001 05:44:59 -0800
You just need script tags...



<script language="PerlScript"> //or src="pathtoscript"

    ...your code

</script>



tom mallard

seattle

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

From: "Ravi Kumar" <ravik@w...>

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

Sent: Tuesday, January 23, 2001 12:27 PM

Subject: [asp_web_howto] Re: [asp_databases] Re: SQL in Access 98/2000





| Hi,

|

| How can I call a Perl script into ASP script ?

|

| Than Q

|

| Ravi

|

|

|


  Return to Index