home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _26649139ae4f0cde504d7730010df994 < prev    next >
Text File  |  2004-06-01  |  8KB  |  172 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3.  
  4. <head>
  5. <meta http-equiv="Content-Type"
  6. content="text/html; charset=iso-8859-1">
  7. <meta name="GENERATOR" content="Microsoft FrontPage 2.0">
  8. <title> PerlScript Active Server Samples </title>
  9. </head>
  10.  
  11. <body bgcolor="#FFFFFF">
  12. <!-- Masthead -->
  13. <table border="0" cellpadding="3" cellspacing="0">
  14.     <tr>
  15.         <td valign="top" width="400"><a name="TOP"><img
  16.         src="PSBWlogo.gif" alt="ActiveState PerlScript"
  17.         width="400" height="48"></a></td>
  18.     </tr>
  19. </table>
  20.  
  21. <p><font size="5" face="Ariel">Welcome to the PerlScript Active
  22. Server Sample Library.<br>
  23. </font></p>
  24.  
  25. <hr>
  26. <p><font size="5" face="Ariel">
  27. <center>Examples of Server Scripting</center></font></p>
  28. <font size="3" face="Courier">
  29. <table border="0" cellpadding="3" cellspacing="5" width="100%">
  30.     <tr>
  31.     <td valign="top"><a href="hello.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  32.     <td valign="top"><a href="hello.asp">Hello World</a></td>
  33.     <td valign="top">The ASP Response Object says "Hello World!"</td>
  34.     </tr>
  35.     <tr>
  36.     <td valign="top"><a href="loops.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  37.     <td valign="top"><a href="loops.asp">Loops</a></td>
  38.     <td valign="top">Many constructs of different loops with different conditions.</td>
  39.     </tr>
  40.     <tr>
  41.     <td valign="top"><a href="fibfxn.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  42.     <td valign="top"><a href="fibfxn.asp">Fibonacci</a></td>
  43.     <td valign="top">This example calculates the Fibonacci sequence up to 17.</td>
  44.     </tr>
  45.     <tr>
  46.     <td valign="top"><a href="browser.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  47.     <td valign="top"><a href="browser.asp">Browser Properties</a></td>
  48.     <td valign="top">Detect and display some of your Browser's features with ASP!</td>
  49.     </tr>
  50.     <tr>
  51.     <td valign="top"><a href="response.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  52.     <td valign="top"><a href="response.asp">How to send info to a browser?</a></td>
  53.     <td valign="top">Click here to find out!</td>
  54.     </tr>
  55.     <tr>
  56.     <td valign="top"><a href="srvvar.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  57.     <td valign="top"><a href="srvvar.asp">Server variables</a></td>
  58.     <td valign="top">The values of predetermined environment variables that were accessed by the ASP Request object. </td>
  59.     </tr>
  60.     <tr>
  61.     <td valign="top"><a href="httpvar.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  62.     <td valign="top"><a href="httpvar.asp">HTTP variables</a></td>
  63.     <td valign="top">The following is a list of HTTP Variables accessed by the ASP Request object.</td>
  64.     </tr>
  65.     <tr>
  66.     <td valign="top"><a href="dumpvars.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  67.     <td valign="top"><a href="dumpvars.asp">PerlScript Variables</a></td>
  68.     <td valign="top">Shows you PerlScript's variables</td>
  69.     </tr>
  70.     <tr>
  71.     <td valign="top"><a href="qstring.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  72.     <td valign="top"><a href="qstring.asp">Query String</a></td>
  73.     <td valign="top">Find a server-side purpose for your HREF links with the URL parameters.</td>
  74.     </tr>
  75.     <tr>
  76.     <td valign="top"><a href="wform.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  77.     <td valign="top"><a href="wform.asp">Web Forms</a></td>
  78.     <td valign="top">Learn how to gather data from and provide web HTML forms for the client.</td>
  79.     </tr>
  80.     <tr>
  81.     <td valign="top"><a href="adrot.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  82.     <td valign="top"><a href="adrot.asp">Ad Rotator</a></td>
  83.     <td valign="top">Learn how to use the AdRotator Server COM Component that installs with IIS.</td>
  84.     </tr>
  85.     <tr>
  86.     <td valign="top"><a href="vbs-pl-hello.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  87.     <td valign="top"><a href="vbs-pl-hello.asp">PerlScript & VBScipt</a></td>
  88.     <td valign="top">Example of how VB script can work with PerlScript.</td>
  89.     </tr>
  90.     <tr>
  91.     <td valign="top"><a href="vbs-pl-param.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  92.     <td valign="top"><a href="vbs-pl-param.asp">PerlScript & VBScipt</a></td>
  93.     <td valign="top">Example of how VB Script can call PerlScript.</td>
  94.     </tr>
  95.     <tr>
  96.     <td valign="top"><a href="session1.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  97.     <td valign="top"><a href="session1.asp">Session Variables</a></td>
  98.     <td valign="top">This script will demonstrate the ASP Session object and custom Session variables.</td>
  99.     </tr>
  100. </table>
  101. </font>
  102. <hr>
  103. <p><font size="5" face="Ariel">
  104. <center>Examples using ADO</center></font></p>
  105. <font size="3" face="Courier">
  106. <p><b>Note:</b> These examples require <a href="http://www.microsoft.com/data/download_250rtm.htm">Microsoft Data 
  107. Access Components MDAC 2.5 RTM</a></p>
  108. <table border="0" cellpadding="3" cellspacing="5" width="100%">
  109.     <tr>
  110.     <td valign="top"><a href="ado5.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  111.     <td valign="top"><a href="ado5.asp">ADO Object</a></td>
  112.     <td valign="top">Learn how to create a database connection and retrieve records from the database.</td>
  113.     </tr>
  114.     <tr>
  115.     <td valign="top"><a href="ado1.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  116.     <td valign="top"><a href="ado1.asp">ADO Object</a></td>
  117.     <td valign="top">Similar to the previous example, but with a more elegant style of presentation.</td>
  118.     </tr>
  119.     <tr>
  120.     <td valign="top"><a href="ado10.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  121.     <td valign="top"><a href="ado10.asp">ADO Recordset Object's Fields Collection</a></td>
  122.     <td valign="top">Learn how to easily loop the Fields-collection of a Recordset without much effort.</td>
  123.     </tr>
  124.     <tr>
  125.     <td valign="top"><a href="ado11.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  126.     <td valign="top"><a href="ado11.asp">ADO Error Detection</a></td>
  127.     <td valign="top">Important example on how you can detect errors as they occur during the database operations.</td>
  128.     </tr>
  129.     <tr>
  130.     <td valign="top"><a href="ado12.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  131.     <td valign="top"><a href="ado12.asp">ADO Enumerated Constants</a></td>
  132.     <td valign="top">Example that shows you how to access the ADO constants using script.</td>
  133.     </tr>
  134.     <tr>
  135.     <td valign="top"><a href="ado13.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  136.     <td valign="top"><a href="ado13.asp">ADO Record Counting</a></td>
  137.     <td valign="top">Learn how to count the number of records returned from a query.</td>
  138.     </tr>
  139.     <tr>
  140.     <td valign="top"><a href="ado14.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  141.     <td valign="top"><a href="ado14.asp">ADO Transaction Management</a></td>
  142.     <td valign="top">Managine database transactions with the ADO Connection object.</td>
  143.     </tr>
  144. </table>
  145. </font>
  146. <hr>
  147. <p><font size="5" face="Ariel">
  148. <center>Examples using SQL Server</center></font></p>
  149. <font size="3" face="Courier">
  150. <p><b>Note:</b> These examples require SQL Server and that the script 'PerlScript/eg/aspSamples/setup.pl' to has been run.</p>
  151. <table border="0" cellpadding="3" cellspacing="5" width="100%">
  152.     <tr>
  153.     <td valign="top"><a href="ado15.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  154.     <td valign="top"><a href="ado15.asp">ADO Stored Procedures</a></td>
  155.     <td valign="top">How-to parameterize stored procedures using the ADO Command object.</td>
  156.     </tr>
  157.     <tr>
  158.     <td valign="top"><a href="ado17.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  159.     <td valign="top"><a href="ado17.asp">ADO Stored Procedures Retval</a></td>
  160.     <td valign="top">Shows how to grab values returned from a database</td>
  161.     </tr>
  162.     <tr>
  163.     <td valign="top"><a href="ado16.asp"><img src="aspfdr.gif" border="0" width="16" height="16"></a></td>
  164.     <td valign="top"><a href="ado16.asp">ADO Binary Large Objects (BLOBs)</a></td>
  165.     <td valign="top">How-to read a binary large object from a database and present it as an image</td>
  166.     </tr>
  167. </table>
  168. </font>
  169. <hr>
  170. </body>
  171. </html>
  172.