[ Index ]
 

Code source de Zen Cart E-Commerce Shopping Cart 1.3.7.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/editors/htmlarea/examples/ -> test.cgi (source)

   1  #! /usr/bin/perl -w

   2  #

   3  #

   4  #

   5  
   6  
   7  
   8  use CGI;
   9  
  10  print "Content-type: text/html\n\n";
  11  $c = new CGI;
  12  $ta = $c->param('ta');
  13  
  14  print <<EOF;
  15  <html>
  16  <body>
  17  <textarea style="width: 100%; height: 200px">$ta</textarea>
  18  $ta
  19  </body>
  20  </html>
  21  EOF


Généré le : Mon Nov 26 16:45:43 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics