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 pe

Re: Graphs on the fly

2003-01-14 Thread WilliamGunther
In a message dated 1/14/2003 4:33:13 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > > Can anybody tell me how to install GD for Active State Perl? Thanks a lot. Go: http://www.activestate.com/PPMPackages/zips/6xx-builds-only/GDTextUtil.zip";>Here and download GD.zip. Unzip, and chdir

Re: HTTP headers

2003-01-14 Thread William McKee
On Tue, Jan 14, 2003 at 09:05:42PM +, Philip Pawley wrote: > Can I add an HTTP header to my web-site's server's response with perl? > (It isn't my server). The server is running perl 5.6.1. If I can get > it to work, I want to start using "Expires:" headers. Try using CGI.pm to alter the heade

RE: Graphs on the fly

2003-01-14 Thread James Gu
Can anybody tell me how to install GD for Active State Perl? Thanks a lot. James -Original Message- From: T. Murlidharan Nair [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 5:40 PM To: [EMAIL PROTECTED] Subject: Graphs on the fly Hi !! Does any one have a module that I can u

HTTP headers

2003-01-14 Thread Philip Pawley
Can I add an HTTP header to my web-site's server's response with perl? (It isn't my server). The server is running perl 5.6.1. If I can get it to work, I want to start using "Expires:" headers. I've no idea whether this makes any sense but I tried the following:- I have a .pl script called by S

Re: Text file format output

2003-01-14 Thread smekala
Hello Rasnita, IAm I doing the right thing, here, some how my table appears after the text. You help in this regards is greatly appreciated. Suresh. foreach $rec (@ODB){ chomp($rec); if($rec =~ /^#.+/) { $rec =~ s/^#//; print <$rec if ($rec =~ /=/) { ($first,$last)=

Re: How can I switch to a Window like using the combination ALT+TAB.

2003-01-14 Thread William McKee
On (14/01/03 15:12), [EMAIL PROTECTED] wrote: > I ame using a script, when I click on the button button1 it generate a > window "Search Window1" like Google and when I click a second time on the > button1 it generate the "Search window1" as a new session (evry session will > be killed only after x

How can I switch to a Window like using the combination ALT+TAB.

2003-01-14 Thread Khalid . Naji
Hi, I ame using a script, when I click on the button button1 it generate a window "Search Window1" like Google and when I click a second time on the button1 it generate the "Search window1" as a new session (evry session will be killed only after x seconds). I want to write a Perl script that tes

Re: Graphs on the fly

2003-01-14 Thread zentara
On Mon, 13 Jan 2003 17:40:16 -0800, [EMAIL PROTECTED] (T. Murlidharan Nair) wrote: >Hi !! >Does any one have a module that I can use to generate bar graphs using >a cgi ? >Thanks and Cheers always!! Here's a sample, watch out for wordwrap. ## #!/usr/bin