This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
язык_программирования_perl [2022/04/24 18:12] val [Пример 5] |
язык_программирования_perl [2025/08/29 07:37] (current) val [Пример 5] |
||
|---|---|---|---|
| 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 217: | Line 218: | ||
| <code> | <code> | ||
| - | # wget https://www.communigate.ru/CGPerl/CLI.pm | + | # ###wget https://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/ | ||