Help for this page

Select Code to Download


  1. or download this
    print "Content-type: text/plain\n\n";
    my $param = 1;
    ...
       my $value = join('|', @$fields);
       print "$value\n";
    }
    
  2. or download this
    import java.net.URL;
    import java.net.HttpURLConnection;
    ...
    }
    in.close();
    con.disconect();