; 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
>
>
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
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.
is it possible to open a filehandle on a file change one line in that file
without outputing to another file.