This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
язык_программирования_perl [2020/12/29 08:27] val [Пример 5] |
язык_программирования_perl [2026/06/25 13:36] (current) val |
||
|---|---|---|---|
| Line 125: | Line 125: | ||
| $sth = $dbh->prepare(qq{insert into table1 (b) values ($b)}); | $sth = $dbh->prepare(qq{insert into table1 (b) values ($b)}); | ||
| + | #print $sth->{Statement}; | ||
| $sth->execute() or next MAINLOOP; | $sth->execute() or next MAINLOOP; | ||
| Line 213: | Line 214: | ||
| ==== Пример 5 ==== | ==== Пример 5 ==== | ||
| - | * [[http://www.communigate.ru/CGPerl/|CommuniGate Pro Perl Interface]] | + | * [[https://doc.communigatepro.ru/development/CLI.html]] |
| <code> | <code> | ||
| - | # wget http://www.communigate.ru/CGPerl/CLI.pm | + | # wget https://val.bmstu.ru/unix/CGP/CLI.pm |
| # mv CLI.pm /etc/perl/ | # mv CLI.pm /etc/perl/ | ||