Help for this page

Select Code to Download


  1. or download this
        SELECT *, URL FROM google WHERE q = "perl monks" LIMIT 1
    
  2. or download this
    $VAR1 = {
        'cached_size' => '',
    ...
        'title' => '',
        'directory_title' => ''
        };
    
  3. or download this
        SELECT * FROM google WHERE q = "perl monks" LIMIT 1
    
  4. or download this
    $VAR1 = {
        'cached_size' => '',
    ...
        'title' => '',
        'directory_title' => ''
        };
    
  5. or download this
    use DBI;
    use strict;
    ...
    while (my $r = $sth->fetchrow_hashref) {
        print Dumper($r), "\n";
    }