出错信息

出错信息

出错信息
以下error message:

Use of comma-less variable list is deprecated

How to debug? Thank you for help in advance.
没有见过
能贴出出错的代码么?
code
if ($workf =~ /(\w+)./)
{$model_name = $1}

my $sth1= $dbh->do("insert into short_model(Model_ID, trait_id, model_name, sample_size, analysis_software, log_likelihood, convergence,user_id,mod_date,ins_date)
values($id,'$dir', '$model_name',$NUM,'solar', $LL, NULL, 'huii',sysdate,sysdate)");

[/quote]sysdate,sysdate[.
[quote]sysdate,sysdate[/quote]
楼主这里的 sysdate 是何物?




   

oracle 里有用 sysdate. 得到当前系统时间.