source: branches/1.2/workflow/js/htmlarea/examples/test.cgi @ 1349

Revision 1349, 225 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1#! /usr/bin/perl -w
2#
3#
4#
5
6
7
8use CGI;
9
10print "Content-type: text/html\n\n";
11$c = new CGI;
12$ta = $c->param('ta');
13
14print <<EOF;
15<html>
16<body>
17<textarea style="width: 100%; height: 200px">$ta</textarea>
18$ta
19</body>
20</html>
21EOF
Note: See TracBrowser for help on using the repository browser.