Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: Re: Test if string is already quote()'d?

by Seumas (Curate)
on Jun 17, 2003 at 22:32 UTC ( [id://266671]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub sqlInsert {
      my($self, $table, $data) = @_;
    ...
        if ($@) {croak ($@ . "\nSQL: $sql\n" . Dumper(\@_));}
        return $retval;
    }
    
  2. or download this
    sub createNewAccount {
    
    ...
      $self->sqlInsert('user_accounts',$fields);    
      $self->sqlCommit;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found