Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $q = CGI->new();
    
    print $q->textfield( -name=>'OutputLog',-override => true, -value => '
    +test' );
    
  2. or download this
    $ ./882118.pl
    <input type="text" name="OutputLog" value="test" />
                                               ^^^^