Re: shared hash - how ?

2001-08-03 Thread Gabor Csuri
Yes, I'm using HTML::Template. It's great, but I'm too lazy to create 7 tmpls and modify them if needed. I'm using a filter to the template to replace my tags to the suitable word. I want to use the hash in this filter. Regards, Gabor ps.: if the page contains a lot of text in difficult struc

News/Blog script

2001-08-03 Thread GPG
All, Anyone know of a good News posting/Blog script for posting news items to a site (and archiving old news)? -g Visit Zanpo, Virtual City http://www.zanpo.com

Re: Untainting for Mail::Send

2001-08-03 Thread Ryan Davis
Use Mail::Sendmail. That worked for me, using -T. Ryan - Original Message - From: mark crowe (JIC) <[EMAIL PROTECTED]> To: CGI Beginners <[EMAIL PROTECTED]> Sent: Friday, August 03, 2001 8:24 AM Subject: Untainting for Mail::Send > Hi > > Following Randal's (and other's) comments about

Re: cgi and html

2001-08-03 Thread Ryan Davis
My solution is a little more general. I wrote this so my CGI could fit into HTML created using Dreamweaver templates. In the Dreamweaver template wherever I want my perl to write, I put a unique string, like "perlinsert". Then I call a subroutine to put the html into an array, and print it as ne

Removing entries from a text file database

2001-08-03 Thread Geraint Jones
Hello all, I have a CGI app. that stores data in a text file of format: --Start of file FIELD1: VALUE1 FIELD2: VALUE2 FIELD3: VALUE3 FIELD4: VALUE4 /n FIELD1: VALUE1 ...and so on Note: FIELD1 is unique, others aren't My program reads this file and stores the data in an array, and saves it back

RE: shared hash - how ?

2001-08-03 Thread Brian
Somebody on the mod_perl mailing list might be able to help you better than somebody on the begginers perl list. This is a bit OT (okay, it's way out in left field. If you go to http://perl.apache.com you can sign up for the list. #!/usr/bin/Brian Johnson $job= "Laziness"; $pay=

Re: Form Handelling.

2001-08-03 Thread Michael Kelly
[Erg, THIS one I'm sending to the list!] On 8/3/01 1:18 AM, Rajeev Rumale wrote: > Hello Every Body, > > I am have question redarding the form handling. Though I have a way to get > around it, I would like to know if their is any staright forward way to do > the same. > > Problems: > I need t