Author: particle
Date: Wed Oct  3 10:02:08 2007
New Revision: 21789

Modified:
   branches/pdd15oo/apps/p3/p3p.html

Log:
[apps]: replace find_type

Modified: branches/pdd15oo/apps/p3/p3p.html
==============================================================================
--- branches/pdd15oo/apps/p3/p3p.html   (original)
+++ branches/pdd15oo/apps/p3/p3p.html   Wed Oct  3 10:02:08 2007
@@ -47,8 +47,7 @@
 <p>Starting it with some options is as simple as this:</p>
 <pre>
   .local pmc d, opts
-  $I0 = find_type ['HTTP'; 'Daemon']
-  d = new $I0, opts
+  d = new ['HTTP'; 'Daemon'], opts
   d.'run'()
 </pre>
 <h1>CGI</h1>

Reply via email to