RE: shifting through arrays of line data

2003-03-01 Thread Beau E. Cox
Hi Deb - > -Original Message- > From: Deb [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 01, 2003 7:17 PM > To: R. Joseph Newton; Perl List > Subject: Re: shifting through arrays of line data > > > This (code below) makes sense to me, but I was talking this over with a > co-worker on

Re: shifting through arrays of line data

2003-03-01 Thread Deb
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. So I went to perl.plover.com/FAQs to read (again) his article on references, and I still have a mental block

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

2003-03-01 Thread Beau E. Cox
Hi Mel - > -Original Message- > From: Mo Elwaisi [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 01, 2003 4:48 PM > To: [EMAIL PROTECTED] > Subject: The Best Method to install Set up a Unix System with PERL, PHP > and Apache > > > hi > > i have been having a lot of problems recently w

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

2003-03-01 Thread Mo Elwaisi
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 install. so i simply ins

RE: General ftp question

2003-03-01 Thread Beau E. Cox
Hi - > -Original Message- > From: Ebaad Ahmed [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 01, 2003 3:00 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: General ftp question > > > Hello All, > I have just installed SuSe on my computer, I can ftp to any ftpsite from > this b

General ftp question

2003-03-01 Thread Ebaad Ahmed
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. Regards, Ebaad.

RE: how to detect a circular macro by using perl

2003-03-01 Thread Beau E. Cox
Hi Tao, > -Original Message- > From: tao wang [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 01, 2003 9:49 AM > To: [EMAIL PROTECTED] > Subject: how to detect a circular macro by using perl > > > Hi Everyone, > I'm trying to parse lines of macros definitions as > following: > > AV

Re: jumping to the end of a loop

2003-03-01 Thread Anadi Taylor
Thank you - this helps a lot - its good to also know that the SQL problem I was having is a mySql thing - not me ! From: "R. Joseph Newton" <[EMAIL PROTECTED]> To: Anadi Taylor <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: jumping to the end of a loop Date: Sat, 01 Mar 2003 11:26:4

connection postgres

2003-03-01 Thread Vittorio Zuccala'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i've tried to connect to a postgres database. I've downloaded and installed PgPP module from CPAN... When i launch the simple script it returns: DBI->connect(dbname=prova_db) failed: Couldn't connect to /tmp/.s.PGSQL.5432: connect: No such file o

how to detect a circular macro by using perl

2003-03-01 Thread tao wang
Hi Everyone, I'm trying to parse lines of macros definitions as following: AV $(G)/er $(M)/q $(T)/w/f Gter/eee M$(W) Tg/ee/fet W$(AV) You can see the AV is actually a circular macro since the AV -> M -> W-> AV. I'm think about create a tree to do it. Is it possible? and how

Re: jumping to the end of a loop

2003-03-01 Thread R. Joseph Newton
Anadi Taylor wrote: > Hi all, > > I have written a script that reads in information from a database: name, > email, password and username. > I am then searching through this information to match an email address > entered by a user ( this script is web based ) against the email address > pulled of

Re: jumping to the end of a loop

2003-03-01 Thread Stefan Lidman
Anadi Taylor wrote: > > Hi all, > > I have written a script that reads in information from a database: name, > email, password and username. > I am then searching through this information to match an email address > entered by a user ( this script is web based ) against the email address > pulled

jumping to the end of a loop

2003-03-01 Thread Anadi Taylor
Hi all, I have written a script that reads in information from a database: name, email, password and username. I am then searching through this information to match an email address entered by a user ( this script is web based ) against the email address pulled off the database. This all works

Re: Crypt::Blowfish errors on line 56

2003-03-01 Thread zentara
On Fri, 28 Feb 2003 16:15:27 -0600, [EMAIL PROTECTED] (Tyler Longren) wrote: >I found that if I change $data to "12345678", it works. How can I encrypt a >string that has more than 8 characters? >> When I run this code, I recieve this error: >> "input must be 8 bytes long at >> /usr/lib/perl5/si

RE: prefix to file name

2003-03-01 Thread jimf
On Sat, 01 Mar 2003 02:52:30 -1000, Beau E. Cox wrote: > Hi - did you miss my reply? erno, notice the date, I tried to post to the group a late yesterday before I'd subscribed, some kind of backlog I presume, sorry for any inconvenience to all. jimf >> -Original Message- >> From: jimf

RE: creating prefixes to open a file

2003-03-01 Thread jimf
You beau[ty], thanks for that one, will post finished script for group assimilation, thanks again, jimf On Sat, 01 Mar 2003 01:21:07 -1000, Beau E. Cox wrote: > Hi - > >> -Original Message- >> From: jimf [mailto:[EMAIL PROTECTED] >> Sent: Saturday, March 01, 2003 12:14 AM >> To: [EMAIL P

RE: prefix to file name

2003-03-01 Thread Beau E. Cox
Hi - did you miss my reply? > -Original Message- > From: jimf [mailto:[EMAIL PROTECTED] > Sent: Friday, February 28, 2003 12:21 PM > To: [EMAIL PROTECTED] > Subject: prefix to file name > > > I am trying to add a prefix to a file open, > pointers or advice would be appreciated. > Here is

prefixes in file opening

2003-03-01 Thread jimf
I want to open a file and change a single value, its a print quota file and I want to be able to change the users print credit limit. The line I want to change looks like this, quota=100 the path to the file (always the same name) varies only by the group directory ie, /server/users/y8 /server/u

script to mimic the cusor movement on a terminer or shell

2003-03-01 Thread Jim Yu
#!/usr/local/bin/perl -w # I have a program with a several # screens of menus, which # needs me to move the cursor to # make choice, then hit the # control plus n key to move # to next screen. I tried to use # this script to automate # the process, but it failed. # What is the problem he

prefix to file name

2003-03-01 Thread jimf
I am trying to add a prefix to a file open, pointers or advice would be appreciated. Here is my code, cut- #!/usr/local/bin/perl -w $prefix = "/home/jimf/Desktop/"; open(PRNT, "+< $prefix, file.ini") or die "Opening: $!"; @ARRAY = ; print "@ARRAY" or die "Printing: $!"; end- returns, Ope

RE: creating prefixes to open a file

2003-03-01 Thread Beau E. Cox
Hi - > -Original Message- > From: jimf [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 01, 2003 12:14 AM > To: [EMAIL PROTECTED] > Subject: creating prefixes to open a file > > > I want to open a file and change a single value, its a print quota file > and I want to be able to change the

creating prefixes to open a file

2003-03-01 Thread jimf
I want to open a file and change a single value, its a print quota file and I want to be able to change the users print credit limit. The line I want to change looks like this, quota=100 the path to the file (always the same name) varies only by the group directory ie, /server/users/y8 /server/u