|
|
| |
Teng::Plugin::Replace(3) |
User Contributed Perl Documentation |
Teng::Plugin::Replace(3) |
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',
},
);
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |