my $q = CGI->new; print $q->header; print $q->start_html( -encoding => 'iso-8859-8' );
You could also use UTF-8 which is probably more widely supported these days. The direction of the text display is up to the browser to handle properly and can't be controlled from your script.
In reply to Re: some questions on cgi.pm
by friedo
in thread some questions on cgi.pm
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |