Help for this page

Select Code to Download


  1. or download this
            my $url= $Server . "/cgi-bin/DB_NewTerm.pl";
            my $data = { record => \@record};
    ...
                Content => encode_json($data) );
            my $response = $ua->request($request);
            print $response->content, "\n";
    
  2. or download this
        my @record=(
            $Tag1, $Tag2, 
            $CommentAll,
            $today
        );
    
  3. or download this
        my @record=(
            $Tag1, $Tag2, 
            $CommentAll,
            "$today"
        );