http://www.perlmonks.org?node_id=470302


in reply to Re^6: Perl and DBI and CGI
in thread Perl and DBI and CGI

Essentaillay, you have the answer,
my ($Name,$Email) = @{$ref}; print "My name is : $Name\n"; print "My email is : $Email\n";

If this works ok in a terminal, and you still have problems, then you have problems with your html , and not your perl.


This is not a Signature...