Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

A more elegant solution?

by Cirollo (Friar)
on Jun 05, 2001 at 01:48 UTC ( [id://85624]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %data = ('col_1'=>'foo',
             'col_2'=>'bar',
             'col_3'=>'baz');
    
  2. or download this
    insert_hash("table", \%hash);
    
  3. or download this
    sub insert_hash {
        my $table_name = shift;
    ...
        $sql =~ s/,\?v\?//g;
        return $sql;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-24 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found