in reply to
Perl with Insert query
You just need to pass the values to the call to
execute
:
$sth->execute($session_id,$employeename)
Comment on
Re: Perl with Insert query
Download
Code
In Section
Seekers of Perl Wisdom