Help for this page

Select Code to Download


  1. or download this
        #! perl
        print "content-type: text/html\n\n";
        my $stdin=<STDIN>;
    
  2. or download this
        #! perl
        use warnings;
    ...
        print "content-type: text/html\n\n";
        my$stdin=<STDIN>;
        print $stdin;
    
  3. or download this
        <html><body>
        <form src="my_stdin.pl" method="post">
    ...
        </form>
        </body></html>