Help for this page

Select Code to Download


  1. or download this
    print while (<$sock>);
    
  2. or download this
    #!/usr/bin/perl
    use CGI;
    ...
    my @keys = $q->param;
    print "Content-type: text/plain\n\n";
    print "$_ ",$q->param($_),"\n" for (@keys);