Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: DBD::Google " SELECT * " does not return URL.

by dakkar (Hermit)
on Feb 05, 2005 at 15:12 UTC ( [id://428326]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $dc (@default_columns) {
        $dc =~ s/([A-Z])/_\l$1/g;
        $allowed_columns{$dc} = 1;
    }
    
  2. or download this
    for my $dc (@default_columns) {
        my $t;
        ($t=$dc) =~ s/([A-Z])/_\l$1/g;
        $allowed_columns{$t} = 1;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found