Help for this page

Select Code to Download


  1. or download this
    sub write_log {
            my $my_func_id = "write_log";
            print "$my_func_id EVENT_LEVEL: $log{'event_level'}\n" if ($de
    +bug eq "1");
    ...
            $sth0->execute();
            $sth0->finish();
    }
    
  2. or download this
    write_log (%log = (
       event_level => 'warning',
    ...
       message => "NOTIFY(site or db_user) - @site_entry  EXISTS,ABORTING"
    +,
    )
    );
    
  3. or download this
    my $rv = $sth->execute();
    if (!$rv) {
    ...
            )
        );