Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use DBI;
    ...
    }
    
  2. or download this
    emailing dude@oops.no
    emailing foo@bar.com
    I have emailed dude@oops.no
    I have emailed foo@bar.com
    
  3. or download this
    my $SENDTO = ""; # start with empty string
    while (my @row = $sth->fetchrow_array) { # retrieve one row
    ...
    
    $log = $SENDTO;
    &log_it;