RE: Urgent Help!

2006-08-22 Thread Charles K. Clarkson
Neetee Pawa wrote: : I wanna use the name of hash ref as the value of string. That sounds like a really bad idea. A more common approach would probably use the name of the key and set each @row item to that. What do you want the data structure to look like when the loop is done? Don't explain

Re: Urgent help in h2xs

2005-10-03 Thread Sisyphus
- Original Message - From: "sam joseph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; ; <[EMAIL PROTECTED]> Sent: Monday, October 03, 2005 12:58 AM Subject: Re: Urgent help in h2xs > Hi All > > I appreciate your help > > I have MSVC++ version 6

FW: Re: Urgent help in h2xs

2005-10-03 Thread sam joseph
ot;Sisyphus" <[EMAIL PROTECTED]> To: "sam joseph" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, Subject: Re: Urgent help in h2xs Date: Mon, 3 Oct 2005 18:11:33 +1000 - Original Message - From: "sam joseph" <[EMAIL PROTECTED]> To

FW: Re: Urgent help in h2xs

2005-10-02 Thread sam joseph
ROTECTED]> To: [EMAIL PROTECTED], beginners@perl.org, [EMAIL PROTECTED] Subject: Re: Urgent help in h2xs Date: Sun, 02 Oct 2005 20:28:07 +0530 Hi All I appreciate your help I have MSVC++ version 6.0 Can you be more precise in telling how to use VC++ for h2xs as i dont have much prior work

Re: Urgent help in h2xs

2005-10-02 Thread sam joseph
some precious time in searching information in this area. Thanks, Sam. I From: Xiaofang Zhou <[EMAIL PROTECTED]> To: sam joseph <[EMAIL PROTECTED]>, beginners@perl.org Subject: Re: Urgent help in h2xs Date: Sun, 2 Oct 2005 11:58:20 +0800 Hi, Sam, Check what version of VC u'r

Re: Urgent help in h2xs

2005-10-01 Thread Xiaofang Zhou
Hi, Sam, Check what version of VC u're running: active perl 5.001-> vc++5.0 active perl 5.6->vc++6.0 active perl 5.8->vc.net? Thanks, Xiaofang. 在 2005-10-01 18:22:00 您写道: >hi > >I am new to perl and have got a project of interfacing c/c++ code with perl >and have downloaded active perl. > >But

Re: Urgent Help with functions

2005-05-10 Thread Madhur Kashyap
Thanks for the help Lessons learned as a beginner: 1) Never write codes when you are sleepy. 2) Always use strict/warnings pragma, that will be extremely helpful incase you can't obey previous rule. Hope thats important for every beginner. On 5/11/05, Paul Johnson <[EMAIL PROTECTED]> wrote:

RE: Urgent Help with functions

2005-05-10 Thread Christian, Ed
-Original Message- From: Madhur Kashyap [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 12:34 PM To: beginners@perl.org Subject: Urgent Help with functions Can someone help me out with this simple code? It gives an error saying: Illegal division by zero at test.pl line 4. Exit 255

Re: Urgent Help with functions

2005-05-10 Thread Paul Johnson
On Tue, May 10, 2005 at 10:03:57PM +0530, Madhur Kashyap wrote: > Can someone help me out with this simple code? It gives an error saying: > > Illegal division by zero at test.pl line 4. > Exit 255 > > Code: > - > #!/usr/local/bin/perl > sub test { > =

Re: Urgent Help with functions

2005-05-10 Thread Jay Savage
On 5/10/05, Larsen, Errin M HMMA/IT <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Madhur Kashyap [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, May 10, 2005 11:34 AM > > To: beginners@perl.org > > Subject: Urgent Help with functions > > > > > > Can someone help me out with this

RE: Urgent Help with functions

2005-05-10 Thread Larsen, Errin M HMMA/IT
> -Original Message- > From: Madhur Kashyap [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 10, 2005 11:34 AM > To: beginners@perl.org > Subject: Urgent Help with functions > > > Can someone help me out with this simple code? It gives an > error saying: > > Illegal division by zero at t

Re: URGENT: help setting perl really really needed

2003-02-24 Thread R. Joseph Newton
Mo El-Awaisi wrote: > hi > > i have installed red hat 8 on my computer along with Apache, Perl/ MySQL and > PHP. i am having problems getting PERL to work. > > i try to run the following script, but no luck: I'd suggest you sort out your issues one at a time. Do not test the performance of Perl

Re: URGENT: help setting perl really really needed

2003-02-24 Thread david
Mo El-Awaisi wrote: > as perl came with the install of red hat, i simply went to httpd.conf and > added the following > > > > PerlModule Apache::PerlRun > > SetHandler perl-script > PerlHandler Apache::PerlRun > Options ExecCGI > PerlSendHeader On > allow from all > > < > you need to

Re: URGENT: help setting perl really really needed

2003-02-24 Thread Mo El-Awaisi
Thanks, How do i do the two options you have mentioned? i do have mod-perl installed. How do i tell Apache where the CGI bin are? how do i change the chmod from 755!! Cheers, Mo Howdy, One of two things, maybe. Either you have not told Apahce where the cgi-bin is (I don't know Red Hat, only N