RE: 4 hashes into 1 hash

2001-07-27 Thread Chris Rutledge
; Sent: Friday, July 27, 2001 9:09 AM > To: 'Chris Rutledge'; [EMAIL PROTECTED] > Subject: RE: 4 hashes into 1 hash > > Try just > > %data = (%one, %two, %three, %four); > > you haven't got any duplicate key names have you?? > > John > >

4 hashes into 1 hash

2001-07-27 Thread Chris Rutledge
Hello all, Here's what I have..4 single dimension hashes that I'm trying to use to populate a single hash (single dimension) with... %data = return_hash( %one, %two, %three, %four ); sub return_hash { my ( %one, %two, %thre

pass CGI variables to an HTML form via URL

2001-06-19 Thread Chris Rutledge
Does anyone know how to or know of a site with information on passing CGI variables to an HTML form via URL. I can get CGI to pass the variable (ie http:/test.com/test.html?user=test ) but i can't get the receiving html page to input it into the form. This is a hidden data feild within the form.

filehandle question

2001-05-04 Thread Chris Rutledge
is it possible to open a filehandle on a file change one line in that file without outputing to another file.