Re: perl for uploading file shows weird characters.

2008-01-12 Thread Gunnar Hjalmarsson
[ 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ƒ. &ƒ

perl for uploading file shows weird characters.

2008-01-12 Thread Patrik Hasibuan
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

Re: weird characters

2002-04-03 Thread Michael Kelly
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

RE: weird characters

2002-04-03 Thread Timothy Johnson
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

weird characters

2002-04-03 Thread Pedro A Reche Gallardo
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

Re: Weird characters between words in a database key

2002-03-06 Thread Jenda Krynicky
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

Weird characters between words in a database key

2002-03-06 Thread Jay M
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

[Fwd: Some help with removing weird characters from excel and doing this in a loop]

2001-11-01 Thread shalini Raghavan
  --  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

Some help with removing weird characters from excel and doing this in a loop

2001-11-01 Thread shalini Raghavan
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