Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^6: Perl and DBI and CGI

by sOKOle (Acolyte)
on Jun 27, 2005 at 13:30 UTC ( [id://470258]=note: print w/replies, xml ) Need Help??


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

Dear Helpers:
Dumper prints:
$VAR1 = [ 'Dr. John Bool', 'john.bull@yahoo.com' ];
What is the method to bond $Name='Dr. John Bool' and $Email='john.bull@yahoo.com' from $VAR1?

Thank you,
sOKOle

Replies are listed 'Best First'.
Re^7: Perl and DBI and CGI
by monkey_boy (Priest) on Jun 27, 2005 at 15:52 UTC
    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...
      Thank you, Thank you,
      another error is fixed
      :-))
      sOKOle

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://470258]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-25 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found