Re: How to read binary file?

2003-03-02 Thread NGaneshBabuA
Hi, open(FILEHANDLE, filename); binmode(FILEHANDLE); above two statements will work if you want to read a binary file. There is not need of using read function here. Regards, Ganesh "John W. Krahn" <[EMAIL PROTECTED]> wrote: >Jonathan Lee wrote: >> >> Hi all, > >Hello, > >> Can someone ple

Re: Disabling ALT+CTRL+DEL in win32

2003-03-02 Thread R. Joseph Newton
Voodoo Raja wrote: > I would like to disable the ALT+CTRL+DEL when I run my perl TK application.. > > any piece of code will be appreciated. > > Thanks > Sam You're out of luck. You have no business doing this, and Windows [at least NT] will not let you. I would be interested in hearing what

Disabling ALT+CTRL+DEL in win32

2003-03-02 Thread Voodoo Raja
I would like to disable the ALT+CTRL+DEL when I run my perl TK application.. any piece of code will be appreciated. Thanks Sam _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus --

Perl 5.8 locale

2003-03-02 Thread Bill Metzinger
I'm using OSXS 10.2.4. One of the perl modules I want needs me to upgrade my perl 5.6. So first I tried the Apple supplied Perl-5.8.0-MacOSX.tar.gz. That was a hassle free install but led to my following error. I thought going thru CPAN and getting stable.tar.gz would help. After the config and

Re: The Best Method to install Set up a Unix System with PERL, PHP and Apache

2003-03-02 Thread Wiggins d'Anconia
Mo Elwaisi wrote: hi i have been having a lot of problems recently with my system that is a linux Red hat system, with Apache 2 and PHP and PERL, and i have decided to make a fresh install, but this time without installing any of the packages automatically, but rather to perform a manual inst

Re: General ftp question

2003-03-02 Thread zentara
On Sat, 1 Mar 2003 16:59:38 -0800, [EMAIL PROTECTED] (Ebaad Ahmed) wrote: >Hello All, >I have just installed SuSe on my computer, I can ftp to any ftpsite from >this but cannot ftp into the machine. How can I make this possibe. Any >help will be really appreciated. The suse-linux-e mailling list

RE: Using data structures to find similarities and differences

2003-03-02 Thread Aimal Pashtoonmal
Hello, I have three files, for two different cites. The first file contains names of men with their faves, in columns. The second file is the same but for their partner. The third file is a list of similar partners (partner selection based on data fed into a perl script): FILE_1 and FILE_2 column

Re: jumping to the end of a loop

2003-03-02 Thread Scott Taylor
At 04:01 PM 3/1/2003 +, Anadi Taylor wrote: Hi all, I have written a script that reads in information from a database: name, email, password and username. Also: the only reason I am having to pull all this data from the mySql database is because for some very strange reason mySql doent lik

Re: jumping to the end of a loop

2003-03-02 Thread R. Joseph Newton
Scott Taylor wrote: > I would not be thanking the person that told you > this was a MySQL problem. ... > > I have no problem executing this statement in MySQL, from command line > mysql, from Webmin's MySQL Database server, or strict Perl. > > You need to form this in a new question giving us d

Re: jumping to the end of a loop

2003-03-02 Thread Scott Taylor
At 09:42 PM 3/1/2003 +, Anadi Taylor wrote: Thank you - this helps a lot - its good to also know that the SQL problem I was having is a mySql thing - not me ! That may be true, I not too sure though. You never did disclose how you are using Perl to build the SQL command and send it to th

Re: shifting through arrays of line data

2003-03-02 Thread R. Joseph Newton
Deb wrote: > This (code below) makes sense to me, but I was talking this over with a > co-worker on Friday, and then I tried putting together some 2-dimensional > hashes - which hurts my head at the moment. Hi Deb Actually, the hash hee--so far, anyway--is not two-dimensional. More later > So

RE: The Best Method to install Set up a Unix System with PERL, PHP and Apache

2003-03-02 Thread Ebaad Ahmed
I do agree 100% with Beau, I haven't had much experience with SuSe yet, but so far it just works great. I assembled this machine and was up and running with my apache server with perl installed in no time. Please try this and you will definitely like it. Thanks, Ebaad. -Original Message-