Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Uninitialized value and a dot between $schema and $table

by stevieb (Canon)
on Aug 08, 2019 at 21:13 UTC ( [id://11104196]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # my ($dbh, $schema, $table, $cols_type) = @_;
        my $dbh = $_[0];
        my $schema = "$_[1]";
        my $table = "$_[2]";
        my $cols_type = "$_[3]";
    

Log In?
Username:
Password:

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

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

    No recent polls found