Re: Text file format output

2003-01-13 Thread Octavian Rasnita
Use: if($rec =~ /^#.+/) { $rec =~ s/^#//; print <$rec eof } But you should close the prior table when printing this heading, and start another one after it. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PR

Re: Graphs on the fly

2003-01-13 Thread WilliamGunther
In a message dated 1/13/2003 9:26:43 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Does any one have a module that I can use to generate bar graphs using > a cgi ? GD module, specificly GD::Graph.

Graphs on the fly

2003-01-13 Thread T. Murlidharan Nair
Hi !! Does any one have a module that I can use to generate bar graphs using a cgi ? Thanks and Cheers always!! Murli -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

help!!

2003-01-13 Thread Vineet Agrawal
hi, I have installed perl dbi & dbd::mysql using ppm as ppm>install dbi ppm>install DBD::mysql The installation happened fine with no problems.However,now when I try to connect to the mysql server from my script ,I get an error: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC

Apache::Session

2003-01-13 Thread Hughes, Andrew
Hello all, I am trying to use the Apache::Session module to create and store session information. This is my first attempt at using a session to store user info, so please stick with me. The book that I have been using for direction is Paul Dubois' "MySQL and Perl for the Web." In it (pg. 329),

Text file format output

2003-01-13 Thread smekala
Hello All, The code below shows lines in a text file with all the lines in this format "parameter=value", now I want to read lines starting with # signs and put them as headings in the html output, any idea , how I can achieve this. Thanks for your help. if ($rec =~ /=/) { ($fi

Re: funny characters in form field

2003-01-13 Thread Michael Kelly
On Mon, Jan 13, 2003 at 10:55:35PM +0600, LRMK wrote: > use the following sub to read post input > I got this from a book > if you only want the regxp its in this code But why use this over CGI.pm? The wheel has already been invented, and quite well I might add. -- Michael [EMAIL PROTECTED] http

Re: funny characters in form field

2003-01-13 Thread LRMK
use the following sub to read post input I got this from a book if you only want the regxp its in this code ex:- %postdata= readPostInout(Max Total Size of Data in Bytes); # this will return form data as Field=Value pares to the %postdata hash # if the Total size of data is grater than Given M

RE: Problem Installing the NMS FormMail program

2003-01-13 Thread Joel Hughes
Hi Mike, Are you sure sendmail is up and running ok on the box? joel -Original Message- From: Mike Butler [mailto:[EMAIL PROTECTED]] Sent: 13 January 2003 14:18 To: [EMAIL PROTECTED] Subject: Problem Installing the NMS FormMail program I'm trying to install the NMS FormMail program on

Problem Installing the NMS FormMail program

2003-01-13 Thread Mike Butler
I'm trying to install the NMS FormMail program on a clients web site. I think that I have done everything correctly but when I test the script I get the following error message: Application Error An error has occurred in the program close sendmail pipe failed, mailprog=[/usr/sbin/sendmail -oi -t]