Hello, I will be leaving for ULL on the 15th, and would like a suggestion as to a wireless network card for my PC.
Thanks, Steven P. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://oxygen.nocdirect.com/pipermail/general_brlug.net/attachments/20030810/aa8bc0c6/attachment.htm From [EMAIL PROTECTED] Mon Aug 11 12:21:20 2003 From: [EMAIL PROTECTED] (Wade) Date: Mon Aug 11 06:21:22 2003 Subject: [brlug-general] perl bot Message-ID: <[EMAIL PROTECTED]> Maybe someone on the list can help me with this, I wrote a perl bot that i need to email nightly stats. Here is the section that does the emailing, if($email == 1) { $sender = Mail::Sender->new({ smtp => "$mailserver", from => "$fromaddy"}); $sender->MailFile({to => "$toaddy", subject => 'DroneBot update', msg => "Up-to-date Drones killed.", file => "$logfile"}); } else { _END_ }; What do i need to add for this to run at a certain hour.? I know i can make it a separate file and run a cron, but i need it built in the bot. Thanks Wade
