Help for this page

Select Code to Download


  1. or download this
    @log_entries = <LOGFILE>;
    
  2. or download this
    while(<LOGFILE>) {
        # stuff to process this single log entry
    }
    
  3. or download this
    $maillist{$hostqid}=$mail;
    $msgid=${maillist{$hostqid}}->msgid;
    delete $maillist{$hostqid};
    $maillist{$hostqid}=$nmail;