Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

How do I whack the output of the shell command "exim -bp" into an array?

by Spickachu (Initiate)
on Jul 19, 2000 at 14:22 UTC ( [id://23159]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # file: Mailq_Check.pl
    
    ...
    close STDOUT;
    
    exec `perl mail_report.pl mailq_check.log`;
    
  2. or download this
    # file: mail_report.pl
    
    ...
    if ( $mail_fault_cnt > 0 ) {
        exec `more mailq_check.log| mail -s MailQ_Error sstock\@essex.ac.u
    +k`;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://23159]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-24 21:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found