Help for this page

Select Code to Download


  1. or download this
    # Pseudocode
    my $result = $db->query('SELECT * FROM my_table')->hashes;
    print "First value of price was: ",$result->[0]{price},"\n";