[ please do not multi-post! ]
Patrik Hasibuan wrote:
I am writing perl-cgi application for uploading a file. I did "chmod
777 ../../artikel". But I get weird displayed message:
"
ueri: 4CyrMz2ZeGIClwYfFsVdcv Co
î 6êÎ]Ë kšfþx·¾ ðfS4M3>º {½‡<Óöù³®�¯3çýGèBù= „¬È›øRƒ.
&ƒ
Dear my friends...
I am still new in perl.
I am writing perl-cgi application for uploading a file. I did "chmod
777 ../../artikel". But I get weird displayed message:
"
ueri: 4CyrMz2ZeGIClwYfFsVdcv Co
î 6êÎ]Ë kšfþx·¾ ðfS4M3>º {½‡<Óöù³®�¯3çýGèBù= „¬È›øRƒ.
&ƒ ÿƒ&m‡îø'-n
On 4/3/02 4:02 PM, Pedro A Reche Gallardo <[EMAIL PROTECTED]>
wrote:
> Hi, I have a cgi script that uploads files but I have found that when
> those files are uploaded from a Mac or Windows the return character
> (maybe other characters too) are replaced by something else. Does any
> one know how
I'm not 100% sure on the Mac, but I know that Windows puts a CRLF (\r\n)
instead of just the unix newline (\n).
-Original Message-
From: Pedro A Reche Gallardo [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 4:03 PM
To: [EMAIL PROTECTED]
Subject: weird characters
Hi, I have a cgi script that uploads files but I have found that when
those files are uploaded from a Mac or Windows the return character
(maybe other characters too) are replaced by something else. Does any
one know how to avoid this? or alternatively, how can I translate
those characters into
From: "Jay M" <[EMAIL PROTECTED]>
> I am attempting to modify a large existing set of scripts. All of
> these scripts use dbmopen/close to create databases.
>
> when a database record is created and the key contains multiple
> words/variablels i.e. $DATABASE{"How" , "Are", $Yo
I am attempting to modify a large existing set of scripts. All of these
scripts use dbmopen/close to create databases.
when a database record is created and the key contains multiple
words/variablels i.e. $DATABASE{"How" , "Are", $You} = $value whenever I
output the key to html it prints the
--
Shalini Raghavan
Center for Computational Genomics and Bioinformatics
University of Minnesota
ph : 612 - 624 - 9135 e-mail : [EMAIL PROTECTED]
I have a script that I wrote to take a tab- delimited file and split it
into
six constituent files.
While I must admit that the code is prob
I have a script that I wrote to take a tab- delimited file and split it
into
six constituent files.
While I must admit that the code is probably childishly lengthy,
it was the only way I could think
Firstly I was wondering how you could do this in aforeach such that
the name of each file that's pa