Search found 1 match
- Thu Oct 07, 2010 8:13 am
- Forum: ZoneMinder 1.24.x
- Topic: how to call other programs from zoneminder
- Replies: 1
- Views: 1381
how to call other programs from zoneminder
Hello everyone, I am a newbie to zoneminder and perl. Please help me on calling other programs from the zoneminder. Can I use the following code on this. #!/usr/bin/perl -w use strict; use ZoneMinder; $| = 1; zmDbgInit( "myscript", level=>0, to_log=>0, to_syslog=>0, to_term=>1 ); my $dbh = DBI ...