Linuxhttps.blog.chinaunix.net
viviecho
全部博文(279)
2013年(1)
2012年(39)
2011年(35)
2009年(29)
2008年(131)
2007年(44)
marsgray
abc123zx
lionking
cynthia
格伯纳
Bsolar
浪花小雨
danxingd
shibaola
快乐的小
小石匠_
linxuegu
分类:
2008-01-07 11:51:54
#/usr/bin/perluse Encode;use DBI;$username="繁體中文網頁";#$username=decode("gb2312",$username);$result=encode("big5",decode("utf8",$username));print $username."\n";print $result."\n"; my $dbh = DBI->connect("DBI:mysql:database=test;host=localhost","root","",{ RaiseError => 1, AutoCommit => 0 }); $sth = $dbh->prepare(qq/insert into seven VALUES (?,?,?)/); $sth->execute( "3", $result, 23 );$dbh->disconnect();
上一篇:send 100 mail attached txt(MIME.::Lite)
下一篇:perl中的特殊变量
登录 注册