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
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
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
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
&
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
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 ;-)
-
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
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
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
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
/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
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
Thanks
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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:
+---+
| |
| |
+---
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
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
16 matches
Mail list logo