Re: Help with @INC

2004-07-07 Thread Mame Mbodji
Have not received any response yet. Any idea? Issa Mbodji wrote: > > I have installed Oracle which comes with an Apache server. Now I have it > disabled so that I can use my old Apache server that I had installed a > while ago. I am trying to use LWP::Simple which I intalled too a while > ago, bu

Reading a .dbm file

2004-05-10 Thread Mame Mbodji
Does anyone know how to read a dbm file. I tried this, but in vain: $db = 'test.dbm'; dbmopen(%DATA, $db, 0644) or die "Can't open DB_File $db : $!\n"; while(($key,$values) = each(%DATA)) { print "$key has value of $value\n"; } I do not get any data back. When I look at the fil

Re: Append session id to url

2004-04-12 Thread Mame Mbodji
Thanks, Jenda. I did not know that, but I will try it out! Jenda Krynicky wrote: > > From: Issa Mbodji <[EMAIL PROTECTED]> > > I am using Apache::Session::Mysl and I was able to generate a session > > id. What I want to know now is how to append that sess_id to the url > > as soon as it is create

Re: Reading text file in reverse order

2004-03-12 Thread Mame Mbodji
homework. "Randy W. Sims" wrote: > > On 3/11/2004 11:05 PM, Mame Mbodji wrote: > > > This is a hwk, but I never asked for a complete answer. I just needed > > guidance because I was lost. Thank you anyway. > > Did you understand the hint I gave earlier? Your code &

Re: Reading text file in reverse order

2004-03-12 Thread Mame Mbodji
Thanks for the advice, I will try HARDER and repost if I cannot figure it out! "R. Joseph Newton" wrote: > > Mame Mbodji wrote: > > > This is a hwk, but I never asked for a complete answer > > 1. The term "homework" refers to something fluid, rathe

Re: Reading text file in reverse order

2004-03-11 Thread Mame Mbodji
This is a hwk, but I never asked for a complete answer. I just needed guidance because I was lost. Thank you anyway. Randy W. Sims wrote: Doh! I hope it wasn't his assignment! As a newbie myself it took me about 10 minutes to do that. That's ok. Your solution is the wrong solution ;-) -

Re: Help with Radio_group

2004-03-01 Thread Mame Mbodji
Thank you very much. Very helpful! wolf blaum wrote: > > On Sunday 29 February 2004 17:20, [EMAIL PROTECTED] generously enriched > virtual reality by making up this one: > > Hi > > > I have a script that processes a form input. What I want to do is this: > > I assume you are talking about a ht

Re: Updating a text file

2004-02-16 Thread Mame Mbodji
Thanks, I will give it a try! "R. Joseph Newton" wrote: > > Jan Eden wrote: > > > Hi, > > > > [EMAIL PROTECTED] wrote: > > > > >I have a text file with a records like: > > > > > >smith, James, Dr., 115 Fourth Street, Chicago, IL, 32012, $20.00: > > >[EMAIL PROTECTED] > > > > > >and another text

Re: Help with UNIX commands

2003-11-16 Thread Mame Mbodji
Rob: Thank you for responding to my post! I just got back from a long week end. Did not check my email [EMAIL PROTECTED] wrote: Wiggins D'Anconia wrote: Mame Mbodji wrote: I am researching some unix commands and I would like to know if someone knows where I can find them online. I

Help with UNIX commands

2003-11-14 Thread Mame Mbodji
I am researching some unix commands and I would like to know if someone knows where I can find them online. I just want to know what are they used for and if there are some available examples online.The commands are: snapshot and sdtprocess. Sorry if this is not the right place to post this. T

Re: Apache Log files and MySql

2003-09-02 Thread Mame Mbodji
/tutorials/tips/mod_perl_tricks/mod_perl_tricks.html#Writing_Log_Information_Into_a_Relational_Database Mame Mbodji wrote: How to I go about feeding my Apache Logs (Access, referer...) to a mysql table without having to do it at the command line. I want the process to be automatic. Everytime

Apache Log files and MySql

2003-09-01 Thread Mame Mbodji
How to I go about feeding my Apache Logs (Access, referer...) to a mysql table without having to do it at the command line. I want the process to be automatic. Everytime there is a log entry it should go to the mysql table as well. Is there a way of connecting them automatically. Thanks -- To

Testing.....

2003-09-01 Thread Mame Mbodji
Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help with Formatting

2003-07-30 Thread Mame Mbodji
Thanks a lot . david wrote: [EMAIL PROTECTED] wrote: Hello All: I am trying to format a check. Everything is fine except I cannot print the line box surrounding the check items: +---+ | | | | +---

DBD::ODBC and Unix

2003-07-10 Thread Mame Mbodji
Hello All: I have a perl program that process a form survey and store the data posted into an Access table. Now the table is on my local PC and I want the program to run on a Unix server on a different machine. I am using the DBD::ODBC to connect to the database. Question: Do you think if this wil

Help with required fields checking

2003-07-02 Thread Mame Mbodji
Hello: I have a form entirely design with perl and it has many radio button. What I trying to do is to make some fields required and if one is missed, then the a subroutine is called and it will display the list of the missed fields. Here is the sub: sub process_form { my ($one,$two,$three,$f