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 actio

need help with a form

2011-11-21 Thread Kevin Locke
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. -- To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org For additional commands, e-mail: beginners-cgi-h...@perl.org

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

Need help with a login script

2010-01-08 Thread Adam Jimerson
I know this topic is beaten to death, and then some, but I was wondering if someone could help me figure out what is wrong with my login script. No matter if I try to login with a valid credentals or not it says that the login has failed. I'm sure it has something to do with the way that I am com

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

Need help parsing QUERY_STRING_UNESCAPED

2006-05-22 Thread Dennis G. Wicks
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 in QUERY_STRING in a v

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

need help

2006-03-21 Thread julian thomas p
Greetings from thomas 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 results. permission level for script is

RE: our..... Lou's code ( was: Need help with making a Modules )

2005-11-28 Thread Charles K. Clarkson
"main". If you are not using "strict" you don't need "our". : So if I run the mod as one big ad-in program to main : and not calling subs in the mod, I don't have to pass vars in the : ()'s? stats; : and not : stats::sub($var1, $var2, etc);

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

Need help with making a Modules

2005-11-27 Thread Lou Hernsen
I am studying modules.. I am seeking a mentor to help. I have very simple questions like ... Do I need to pass vars into the mod? Do i need to declare vars in the mod? What is "our"? something like "my" and "local"? Do I need to return vars? The code I am writing creates part of a web page, so I c

Re: I need help here

2005-10-14 Thread Bill Stephenson
On Oct 14, 2005, at 7:22 AM, Sreedhar reddy wrote: Hi, I am very new to PERL and I need a program to do following task. Can u help me pls. I have a file with following contents. 454 NV_DS_DEFAULT_BAUDRATE_I 455 NV_DIAG_DEFAULT_BAUDRATE_I 516 NV_WCDMA_RX_LIN_VS_TEMP_I I am expecting out

I need help here

2005-10-14 Thread Sreedhar reddy
Hi, I am very new to PERL and I need a program to do following task. Can u help me pls. I have a file with following contents. 454 NV_DS_DEFAULT_BAUDRATE_I 455 NV_DIAG_DEFAULT_BAUDRATE_I 516 NV_WCDMA_RX_LIN_VS_TEMP_I I am expecting out put like NV_DS_DEFAULT_BAUDRATE_I 454 NV_DIAG_DEFAULT_

RE: Read Write to file .. need help

2005-01-14 Thread Graeme St. Clair
an 6 feet (2m!) away from my desk, except when I'm reading them in a more comfortable chair... Rgds, GStC. -Original Message- From: Ovid [mailto:[EMAIL PROTECTED] Sent: Friday, January 14, 2005 2:47 PM To: Luinrandir Hernsen; beginners-cgi@perl.org Subject: Re: Read Write to file .. need

Re: Read Write to file .. need help

2005-01-14 Thread Ovid
Hi Luinrandir, > Anyone know about this? or can I just: > #Open to read > open (DataFile, "$_[0]")||die "Sorry, I can't open $_[0]\n"; > flock (DataFile,2); >@Data =; > #open to write > open DataFile, ">$_[0]")||DieNice3("Can't write to $_[0]"); > flock (DataFile,2); > foreach $Data(@Data

Read Write to file .. need help

2005-01-14 Thread Luinrandir Hernsen
I need to read and write to a file before allowing the anyone else to read or write. I found this on the web.. but it does not work...maybe its my version of perl? http://htmlfixit.com/cgi-tutes/tutorial_Perl_Primer_011_File_manipulation_with_Perl.php File Operation modes: open: <$file&path Re

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

Need help on Chinese registration form

2004-08-31 Thread Daniel Chan
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 submitted data will be sa

Re: A simple request need help

2004-08-19 Thread Bee
od for me to learn ?? Thanks - Original Message - From: "Randy W. Sims" <[EMAIL PROTECTED]> To: "Bee" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 19, 2004 12:20 PM Subject: Re: A simple request need help > On 8/19/2

Re: A simple request need help

2004-08-18 Thread Randy W. Sims
On 8/19/2004 12:06 AM, Bee wrote: > Hi, I have a script that ables to download sort of web pages automatically by > certain time. I use LWP::UserAgent to get almostly my job done, but this time, > I have a problem that the page require to send back cookies and http_referer... > It there anyway I c

A simple request need help

2004-08-18 Thread Bee
Hi, I have a script that ables to download sort of web pages automatically by certain time. I use LWP::UserAgent to get almostly my job done, but this time, I have a problem that the page require to send back cookies and http_referer... It there anyway I can do this with LWP ? or should I back to H

AW: AW: Need help to divert HTML print <

2004-02-19 Thread B. Fongo
better. Thanks to you all guys Babs -UrsprĂĽngliche Nachricht- Von: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 18. Februar 2004 15:41 An: B. Fongo; [EMAIL PROTECTED] Betreff: Re: AW: Need help to divert HTML print < Hello, > > Can you guys tell me on th

Re: AW: Need help to divert HTML print <

2004-02-18 Thread Wiggins d Anconia
> Hello, > > Can you guys tell me on this piece of codes? It doesn't print the small > html codes in the sub below. No warning - nothing! > N.B. Don't bother about the html; just check my perl codes to see why I > doesn't print what I want. > > Thanks > > Babs >

AW: Need help to divert HTML print <

2004-02-18 Thread B. Fongo
Hello, Can you guys tell me on this piece of codes? It doesn't print the small html codes in the sub below. No warning - nothing! N.B. Don't bother about the html; just check my perl codes to see why I doesn't print what I want. Thanks Babs ==

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 o

Need help to divert HTML print <

2004-02-18 Thread B. Fongo
I tried to divert the output of print <$dirhandle\$file") || die "Can't create the html template: $!"; # What may be wrong on the next line? Error warning: Use of uninitialized value .. print OUT <$title EOF Close OUT; ---

Need help to divert HTML print <

2004-02-18 Thread B. Fongo
I tried to divert the output of print <$dirhandle\$file") || die "Can't create the html template: $!"; # What may be wrong on the next line? Error warning: Use of uninitialized value .. print OUT <$title EOF Close OUT; ---

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

need help/ advice

2003-07-27 Thread Luinrandir Hernsen
Hallo I need advice $webcode = "www.webpage.com"; Is this how a put the code of a web page into a string? help? advice? Thanks Lou -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

need help

2003-07-03 Thread mark sony
Hi all, I am writing a program which will print variety of matches having keywords like insert,delete etc from another file .For this I wrote a couple of sub routines one of which returns an array(having the comments removed ).Then I face the problem : A part of that array is : CURSOR c_efc(l_wor

need help in desinging login page and connecting it with database

2003-06-01 Thread Annie
1. Need to send the userid and password from the login form to the "emprec " table in database and verify id and password. (id is first name and passwd is lastname). 2.After verification of the userid & password, the other fields record should be retrieved and displayed as a webpage. can anyone

Re: newbie need help

2003-01-16 Thread Glynn S. Condez
From: "Laird Shaw" <[EMAIL PROTECTED]> Hi Laird, Your email help me alot on how to handle this kind of problem. actually, i solved the problem by adding a variable and additional if: my $see = 'N'; if ($see eq 'N') { if ($username =~ /\b$field2\b/) { $see = 'Y'; } e

Re: newbie need help

2003-01-16 Thread Laird Shaw
The problem is that it is printing something for each line regardless of whether it has already found a match. What you need to do is save whether you have found a match or not in a variable, then selectively print, ie: a) set your variable to be false - ie indicating that you haven't found a m

Re: newbie need help

2003-01-15 Thread Glynn S. Condez
From: "zentara" <[EMAIL PROTECTED]> Hi it works now but why is it that it prints a lot of results and it seems that it reads the file line by line and do the output. Sorry i forgot to mention that the file contains duplicate entries of username, it something like: snip user: user1 realm:

Re: newbie need help

2003-01-15 Thread Octavian Rasnita
dez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 9:54 AM Subject: newbie need help Hi all, in new in perl language and i need help how to make my first cgi-perl script work. i have a web form that users can input a username and password and check

Re: newbie need help

2003-01-15 Thread zentara
On Wed, 15 Jan 2003 15:54:02 +0800, [EMAIL PROTECTED] (Glynn S. Condez) wrote: >i have a web form that users can input a username and password and check if >the username is valid by parsing or extracting the contents of a file, here >the web form html: I'm not sure what you are trying to do with

newbie need help

2003-01-14 Thread Glynn S. Condez
Hi all, in new in perl language and i need help how to make my first cgi-perl script work. i have a web form that users can input a username and password and check if the username is valid by parsing or extracting the contents of a file, here the web form html: Username Password· my

Need help ...

2002-05-01 Thread Mailing List
*** Sorry for the typo in the previous mail Hello Gurus, I am learning perl just by book "sams teach your self perl in 24 Hours". I was trying to write a program for but due to some error in the program, it does not work.. What I want is: 1. On excution you have choice to select 2. if you se

Need Help ...

2002-05-01 Thread Mailing List
Hello Gurus, I am learning perl just by book "sams teach your self perl in 24 Hours". I was trying to write a program for but due to some error in the program, it does work.. What I want is: 1. On excution you have choice to select 2. if you select choice # 5, it should get confirm if I want t

Need Help With This!

2002-03-30 Thread Andrew Rosolino
please tell me what this means! Explain as you would to a newbie. ## use lib qw(.); #use CGI::Carp "fatalsToBrowser"; use strict; no strict 'refs'; $| = 1; #flush output require 5.004; require 'ss.lib'; #shared subroutine library #

RE: I need Help with these?

2002-03-29 Thread Michael Gargiullo
use strict; <--You must declare everything use DBI; <--Database conectivity -Original Message- From: Andrew Rosolino [mailto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 1:08 PM To: Perl Help Subject: I need Help with these? I need to knoww what each one of these do. use

RE: I need Help with these?

2002-03-29 Thread Scot Robnett
First, it will probably help more to read the Perl documentation: perlfunc perldoc CGI.pm perldoc Carp.pm perldoc DBI.pm use strict; # Makes you declare variables before you can use them. # Creates a less flexible coding environment but forces # you to think t

I need Help with these?

2002-03-29 Thread Andrew Rosolino
I need to knoww what each one of these do. use strict; use CGI qw(:standard); use CGI::Carp; use DBI; CGI::use_named_parameters(1); Thank You, Andrew __ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http://greetings

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="

Need help in pattern matching.

2001-12-16 Thread lakshmi nrusimhan
Hi All, Could anyone tell me how to do the following usinf Perl. 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

Need help with debuging.

2001-12-04 Thread Andre` Niel Cameron
Hi, Ok we have a new type of RH server here and I need to get one of our scripts to work on the box. It works odly enough on our other servers and SOME of the new servers. On some servers the setup script works fine but when you goto the store (This is a shoping cart) it seams to hang. I tried

Re: i need help with cgi-scripts and HTML

2001-10-24 Thread Curtis Poe
--- Robert Hall <[EMAIL PROTECTED]> wrote: > > You will need to find out if the web server you are running on allows CGI. > Then check out this web site. It helped me a lot: > > http://cgi101.com > > What kind of web server will you be running on? Windows, *nix, using IIS or > APACHE? > > Hop

i need help with cgi-scripts and HTML

2001-10-24 Thread Robert Hall
You will need to find out if the web server you are running on allows CGI. Then check out this web site. It helped me a lot: http://cgi101.com What kind of web server will you be running on? Windows, *nix, using IIS or APACHE? Hope this helps. Rob ___

i need help with cgi-scripts and HTML

2001-10-24 Thread Matthew Mangione
hey im really new to Perl and HTML and so far I've only learned the basics of the Perl language. I have been aquainted with C++ however and the language is coming to me pretty easily. My job on my webteam that we have for our school is to be the one who writes the CGI-scripts. So far i have bas

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: Re: i need help with Perl and HTML please

2001-10-23 Thread Mark Bergeron
PDT 2001 Subject: Re: i need help with Perl and HTML please >In article <002c01c15be0$ace0cc60$a000330a@watertown>, >[EMAIL PROTECTED] (Matthew Mangione) wrote: > >> hey im really new to Perl and HTML and so far I've only learned the >> basics of the Perl language. I

Re: i need help with Perl and HTML please

2001-10-23 Thread _brian_d_foy
In article <002c01c15be0$ace0cc60$a000330a@watertown>, [EMAIL PROTECTED] (Matthew Mangione) wrote: > hey im really new to Perl and HTML and so far I've only learned the > basics of the Perl language. I have been aquainted with C++ however > and the language is coming to me pretty easily. My jo

i need help with Perl and HTML please

2001-10-23 Thread Matthew Mangione
hey im really new to Perl and HTML and so far I've only learned the basics of the Perl language. I have been aquainted with C++ however and the language is coming to me pretty easily. My job on my webteam that we have for our school is to be the one who writes the CGI-scripts. So far i have bas

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

Need help desperately on codes!

2001-10-22 Thread Sunthari
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, #!/usr/bin/perl -w require WWW::Search; use CGI; $q = new CGI;

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 :

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

2001-10-18 Thread [EMAIL PROTECTED]
--- -->> FREE Perl CGI scripts add WEB ACCESS to your POP email accounts! -->> Download today!! http://www.adjeweb.com --- I have the following perl script which I'm cu

need help with this.

2001-10-17 Thread Gareth Londt
hi Below is the cod that i wrote .but everything runs fine except when i put in a group of email addresses and thne click the send button then it says that "bad or missing from address"...but i have specified a from address. can someone hepl with this? #!/usr/bin/perl -w use stric

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 metho

RE: need help with start_table

2001-07-18 Thread Moon, John
le); -Original Message- From: Tina Messmann [mailto:[EMAIL PROTECTED]] Sent: July 18, 2001 12:52 To: [EMAIL PROTECTED] Subject: need help with start_table Hi All, probably only a silly fault from a beginner, but i am stuck. i am trying to get the following snippet to work: $cgi->sta

need help with start_table

2001-07-18 Thread Tina Messmann
Hi All, probably only a silly fault from a beginner, but i am stuck. i am trying to get the following snippet to work: $cgi->start_table({-border => '1'}); while(my @row=$sth->fetchrow_array){ print $cgi->Tr({-align => 'left', -valign => 'middle'}, [$cgi->td({}, [@row]) ] );

need help with start_table-pls forget it

2001-07-18 Thread Tina Messmann
Hi All, i have forgot to write *print* $cgi->start_table( Sorry for stealing your time regards Tina $cgi->start_table({-border => '1'}); while(my @row=$sth->fetchrow_array){ print $cgi->Tr({-align => 'left', -valign => 'middle'}, [$cgi->td({}, [@row])

need help with start_table

2001-07-18 Thread Tina Messmann
Hi All, probably only a silly fault from a beginner, but i am stuck. i am trying to get the following snippet to work: $cgi->start_table({-border => '1'}); while(my @row=$sth->fetchrow_array){ print $cgi->Tr({-align => 'left', -valign => 'middle'}, [$cgi->td({}, [@row]) ] );