Re: need help with a form

2011-11-28 Thread Peter Scott
On Sun, 20 Nov 2011 23:04:28 -0800, Kevin Locke wrote: > I need help with getting a form for my church's website to work. Can > someone help me with the code to send the information to my email. I > would appreciate any input. > > Well, your first problem is that the action target of the form i

Re: Need help to resove..... ExtUtils-Makemaker comilationS

2010-04-30 Thread Raheel Hassan
Hi Shlomi, I am very thankful to you for helping me, yes i resolved the problem actually perl-devel was missing. So when i executed 'urpmi perl-devel' i got EXTERN.h. Now i am able to install all the required packages from CPAN. The commands that you have mentioned below are very helpful for me.

Re: Need help to resove..... ExtUtils-Makemaker comilationS

2010-04-26 Thread Shlomi Fish
Hi Raheel, On Monday 26 Apr 2010 11:01:56 Raheel Hassan wrote: > Hi Shlomi, > > >Sorry for the late response. > > No problem it was a week end so i was also resting a bit :)) > OK. > >It's pretty old. If you're using it as a desktop, you may wish to upgrade > > > to > > >2010.0. > > Yes i

Re: Need help to resove..... ExtUtils-Makemaker comilationS

2010-04-26 Thread Raheel Hassan
Hi Shlomi, >Sorry for the late response. No problem it was a week end so i was also resting a bit :)) >It's pretty old. If you're using it as a desktop, you may wish to upgrade to >2010.0. Yes i am using it on my Desktop. >A lot of these can be installed by configuring urpmi to use the contrib >

Re: Need help with a login script

2010-01-09 Thread Adam Jimerson
Thanks that did the trick. Robert Roggenbuck wrote: > At first assure that the correct values come from the database (see > below). May be that's enough... > > Greetings > > Robert > > > Adam Jimerson schrieb: > [snip] >> if (param) { >> form_verify (@user); >> print "Username: $user[0]\nPass

Re: Need help with a login script

2010-01-08 Thread Robert Roggenbuck
At first assure that the correct values come from the database (see below). May be that's enough... Greetings Robert Adam Jimerson schrieb: [snip] if (param) { form_verify (@user); print "Username: $user[0]\nPassword: $user[1]\n"; #use for debugging my $sth = $dbh->pr

Re: need help

2006-08-25 Thread Ovid
- Original Message From: Lou Hernsen <[EMAIL PROTECTED]> > I am writing an online game, in perl, and I am in need of a way to verify a > Paypal.com payment for game subscription. > I have no clue as to how to do this...or where to start. > Lou I highly recommend that you check out the CP

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Sean Davis
On 5/23/06 12:15 PM, "Ovid" <[EMAIL PROTECTED]> wrote: > --- "Dennis G. Wicks" <[EMAIL PROTECTED]> wrote: >> Sean, >> >> Thanks, but no cigar. CGI and several modules on CPAN will >> process QUERY_STRING but I can't find any modules that do >> anything with QUERY_STRING_UNESCAPED. And unfortun

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Ovid
--- "Dennis G. Wicks" <[EMAIL PROTECTED]> wrote: > Sean, > > Thanks, but no cigar. CGI and several modules on CPAN will > process QUERY_STRING but I can't find any modules that do > anything with QUERY_STRING_UNESCAPED. And unfortunately, it isn't > as simple as $QUERY_STRING = $QUERY_STRING_UN

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Dennis G. Wicks
Sean Davis wrote: In what environment are you seeing QUERY_STRING_UNESCAPED? It is not usually available in a CGI environment, from some quick reading. Sean DATE_GMT = Tuesday, 23-May-2006 11:11:17 GMT DATE_LOCAL = Tuesday, 23-May-2006 07:11:17 EDT DOCUMENT_NAME = printenv.html DOCUMENT_P

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Sean Davis
On 5/23/06 5:09 AM, "Dennis G. Wicks" <[EMAIL PROTECTED]> wrote: > > > Sean Davis wrote: >> Dennis G. Wicks wrote: >>> Greetings; >>> >>> I have discovered that under some conditions QUERY_STRING is set and >>> under other conditions QUERY_STRING_UNESCAPED is set. I can detect >>> these cond

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Dennis G. Wicks
Sean Davis wrote: Dennis G. Wicks wrote: Greetings; I have discovered that under some conditions QUERY_STRING is set and under other conditions QUERY_STRING_UNESCAPED is set. I can detect these conditions but I can't find out how to get the contents of QUERY_STRING_UNESCAPED transformed to

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-22 Thread Sean Davis
Dennis G. Wicks wrote: Greetings; I have discovered that under some conditions QUERY_STRING is set and under other conditions QUERY_STRING_UNESCAPED is set. I can detect these conditions but I can't find out how to get the contents of QUERY_STRING_UNESCAPED transformed to the form it would be

Re: need help

2006-03-23 Thread julian thomas p
hello the following is part of my script.if u need full script pls tell me. thank you Julian Chris Devers <[EMAIL PROTECTED]> wrote: On Tue, 21 Mar 2006, julian thomas p wrote: > iam bioinformatician i have written a perl script for gene > identification. > > the script works in my local

Re: need help

2006-03-22 Thread Paul Archer
Yesterday, Chris Devers wrote: On Tue, 21 Mar 2006, julian thomas p wrote: but when i tried to run inweb server(biosolutions.siteburg.com) iam getting a blank page rather than results. permission level for script is 711 and for cgi folder 700. Can [you] please post some code? Can you writ

Re: need help

2006-03-21 Thread Chris Devers
On Tue, 21 Mar 2006, julian thomas p wrote: > iam bioinformatician i have written a perl script for gene > identification. > > the script works in my local server(apache)in my home . > > but when i tried to run inweb server(biosolutions.siteburg.com) iam > getting a blank page rather than res

RE: Need help with making a Modules

2005-11-27 Thread Charles K. Clarkson
Lou Hernsen wrote: : I am trying to create a module that will print the Stats of the : player of my on line game. : all it should do is take the vars, do some calulations and print the : HTML : since the Stats is used in every time i don't want to duplicate it in : each

Re: Need help with making a Modules

2005-11-27 Thread Lou Hernsen
#x27;t get this to work I'll just leave the sub Stats() in each program and not worry about it. Thanks Lou - Original Message - From: "Charles K. Clarkson" <[EMAIL PROTECTED]> To: Sent: Sunday, November 27, 2005 12:46 AM Subject: RE: Need help with making a Modules

Re: Need help with making a Modules

2005-11-27 Thread Lou Hernsen
This small piece of the Stats sub calculates the speed at which you are traveling. I have in the main program. use stats and I call on it just like a regular sub Speed(); or should it be stats::Speed; When I call on the entire mod, i want the whole thing to run. I could just put all the sub

RE: Need help with making a Modules

2005-11-27 Thread Charles K. Clarkson
Lou Hernsen wrote: : I am studying modules.. I am seeking a mentor to help. What do you mean by "module"? I ask because many people have very different ideas about what one is. For example, some people think about a library. require 'my_perl_module.pl";

Re: Need help with making a Modules

2005-11-27 Thread David Dorward
On Sat, 2005-11-26 at 19:48 -0800, Lou Hernsen wrote: > I am studying modules.. perldoc perlmod (and perlmodlib, and perlmodstyle) > Do I need to pass vars into the mod? No, but you might need to pass them into subroutines you define in the module (depending on what you want to do). > Do i nee

Re: Need help on Chinese registration form

2004-08-31 Thread Wiggins d Anconia
> > I am working on the Chinese registration form, first time I do that, but > have a lot of questions. > > 1) The user will type in Chinese character, simple, on my form but how will > I know if I am capturing the Chinese character correctly so that I can save > to a flat file. > 2) The submitte

RE: Need help to divert HTML print <

2004-02-18 Thread Bob Showalter
B. Fongo wrote: > I tried to divert the output of print < warns of uninitialized value. > The filehandle below succeeded - so what is not initialized? > > --- > > open (OUT, ">$dirhandle\$file") || die "Can't create the html > templa

Re: Need help to divert HTML print <

2004-02-18 Thread Octavian Rasnita
You need to separate dirs and files using / and not \. Teddy - Original Message - From: "B. Fongo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 11:22 AM Subject: Need help to divert HTML print < I tried to divert the output of print < warns of uninitiali

Re: need help/ advice

2003-07-28 Thread drieux
On Sunday, Jul 27, 2003, at 19:32 US/Pacific, Luinrandir Hernsen wrote: [..] I will try your suggestion Is there another way to do this? with out the LWP::UserAgent Quite the Correct Question! Yes, but it would involve things like actually doing your own use Socket; use FileHa

Re: need help/ advice

2003-07-27 Thread Luinrandir Hernsen
Yes thanks... I want to capture the code of a webpage to a string so I can pick out the stuff I want and put the code into another of my design. I will try your suggestion Is there another way to do this? with out the LWP::UserAgent I see you are using a get command.. ok I know about those...

Re: need help/ advice

2003-07-27 Thread drieux
On Sunday, Jul 27, 2003, at 17:56 US/Pacific, Luinrandir Hernsen wrote: [..] $webcode = "www.webpage.com"; Is this how a put the code of a web page into a string? [..] when you say 'code' what does that word mean to you? Allow me to illustrate my problem here if I can, $host_port = 'www.wetwar

Re: Need help in pattern matching.

2001-12-17 Thread fliptop
[reply cc'd to list] lakshmi nrusimhan wrote: > Sorry here > $t="Apple\nMango\n"; > Actually what i mentioned in the output is what i want > the output to be. I wanna replace > Apple > Mango > by > some three lines. > The sequence Apple, Mango shd. be there for > replacement and it won't

Re: Need help in pattern matching.

2001-12-16 Thread fliptop
lakshmi nrusimhan wrote: > Consider the following lines: > > Apple > Mango > Banana > Orange > > I want to replace line 1, line 2 i.e. (Apple, Mango) > with hello1\nhello2\nhello3\n. > > The output should be: > hello1 > hello2 > hello3 > Banana > Orange > > I tried something like this: > $t="

Re: Need help desperately on codes!

2001-10-24 Thread Andrea Holstein
Sunthari wrote: > > Hi All, > > I really someone understands what I 'm trying to do > with the codes below.Pls help me to troubleshoot the > codes below. > > I 'm sure I look dumb in this but pls. feel free to > give ur comments and suggestion. > > Rgds, > It's already a good perl code, in m

Re: Need help desperately on codes!

2001-10-23 Thread RaFaL Pocztarski
Sunthari wrote: > I really someone understands what I 'm trying to do > with the codes below.Pls help me to troubleshoot the > codes below. Just my advice: when you post a message with such a meaningless subject, without any information what do you actually have problems with, and just paste 3 s

Re: need help in getting background images to show up in a cgi script

2001-10-18 Thread RaFaL Pocztarski
"[EMAIL PROTECTED]" wrote: > I have the following perl script which I'm currently using > successfully. What I want to do is add a background image to the > html page when it comes up, but it's not showing. > $WALL = "/home/admin/hostingohio-www/balloons.jpg"; > print header, start_html(-title

Re: need help in getting background images to show up in a cgi script

2001-10-18 Thread Casey West
On Oct 18, 2001 at 04:14 -0400, [EMAIL PROTECTED] took the soap box and proclaimed: : : --- : -->> FREE Perl CGI scripts add WEB ACCESS to your POP email accounts! : -->> Download today!! http://www.adjeweb.com :

RE: need help with start_table

2001-07-18 Thread Brett W. McCoy
> -Original Message- > From: Tina Messmann [mailto:[EMAIL PROTECTED]] > Sent: July 18, 2001 12:52 > To: [EMAIL PROTECTED] > Subject: need help with start_table > > $cgi->start_table({-border => '1'}); You aren't printing your start_table method: print $cgi->start_table({-border => '1'});

RE: need help with start_table

2001-07-18 Thread Moon, John
One way would be : my $table =''; while(my @row=$sth->fetchrow_array){ print $cgi->Tr({-align => 'left', -valign => 'middle'}, [$cgi->td({}, [@row]) ] ); } print $cgi->table({-border => '1'}, $table); -Original Message- From: Tina Messmann [mailto:[EMA