<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=GB2312" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I want to submit a SQL sentence to MySQL&nbsp; server like this<br>
<br>
UPDATE Config SET Value = '3' WHERE Name = 'hah'<br>
<br>
I don't know how to how to use the <b>update</b> method,
DBIx::Class::Row and DBIx::Class::ResultSet are not details, I can't
get useful information.<br>
<br>
Thanks for any help!<br>
</body>
</html>