Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
Teng::Plugin::Replace - Add replace for Teng
$teng->replace($table_name, \%rows_data)
record by replace.
example:
Your::Model->replace('user', { id => 3, name => 'walf443', },);
Your::Model->replace(
'user'
,
{
id
=> 3,
name
=>
'walf443'
},
);
To install Teng, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Teng
CPAN shell
perl -MCPAN -e shell install Teng
For more information on module installation, please visit the detailed CPAN module installation guide.