J
john.swilting
I continue my order for the site of sale of paintings for my friend
I already posted several questions about the cgi one has to bring aide.i to
me seeks to apply the councils that one me a gives
I do not post the totality of the script.I post only what does not go
I obtain the following error
Unrecognized character \xC2 at /var/www/cgi-bin/vente0.02.cgi line 15.
my code:
#!/usr/bin/perl -w
use diagnostics;
use strict;
use CGI qwstandard escapeHTML);
use CGI::Carp qw(fatalsToBrowser);
my %params;
my $cgi;
$cgi = new CGI;
%params = $cgi->Vars;
print header,start_html('Commande'),h1('Bon de Commande'),start_form;
   for my $key (sort keys %params) {
    print "The value for $key is '$params{$key}'\n",br;
##it is in thispart there that there is the problem but I cannot find it
   }
print submit,end_form,end_html;
I already posted several questions about the cgi one has to bring aide.i to
me seeks to apply the councils that one me a gives
I do not post the totality of the script.I post only what does not go
I obtain the following error
Unrecognized character \xC2 at /var/www/cgi-bin/vente0.02.cgi line 15.
my code:
#!/usr/bin/perl -w
use diagnostics;
use strict;
use CGI qwstandard escapeHTML);
use CGI::Carp qw(fatalsToBrowser);
my %params;
my $cgi;
$cgi = new CGI;
%params = $cgi->Vars;
print header,start_html('Commande'),h1('Bon de Commande'),start_form;
   for my $key (sort keys %params) {
    print "The value for $key is '$params{$key}'\n",br;
##it is in thispart there that there is the problem but I cannot find it
   }
print submit,end_form,end_html;