CGI and utf-8 output question

2006-06-22 Thread Konstantin Rekk
refox: Simple utf-8 test� � � Cant figure out whats wrong. Thanks, Konstantin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

CGI and utf-8 output question

2006-06-22 Thread Konstantin Rekk
refox: Simple utf-8 test� � � Cant figure out whats wrong. Thanks, Konstantin -- Konstantin Rekk VZG (GBV) Göttingen, Berlin [EMAIL PROTECTED] 0176 2100 6000 030 486 23452 http://www.gbv.de -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] &l

Re: MySQL and Perl...

2001-11-19 Thread Konstantin Voznjuk
Olav Rogall wrote: > > Hallo List, > > Am Saturday, November 17, 2001 um 3:33:52 AM schriebst Du: > > >> > Does anyone know of a good online resource for learning how MySQL works, > >> > specifically how Perl cooperates with it? > >> > thanx... > >> > >> you can't get much better than the ori

Re: upload file

2001-09-10 Thread Konstantin
Thank you very much. Now I get the file. But how do I get the name of the file now? Is it the matter of choice : the file or its name?:) - Original Message - From: Rajeev Rumale <[EMAIL PROTECTED]> To: Konstantin <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thur

upload file

2001-09-09 Thread Konstantin
Hi. I'm trying to upload file with the next code: #!/usr/bin/perl use DBI; use CGI qw/:standard/; no strict; use constant MAX_FILE_SIZE => 1_048_576; use constant BUFFER_SIZE => 16_384; my $buffer = ""; my $cgi=new CGI; my $filename=$cgi->param('picture') || die ("No file name received."); my