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...

Replies are listed 'Best First'.
Re^8: Perl and DBI and CGI
by sOKOle (Acolyte) on Jun 28, 2005 at 08:21 UTC
    Thank you, Thank you,
    another error is fixed
    :-))
    sOKOle