>
>@stat = `tail -n 15 $log`;
>
...
>
>What's wrong with that script?
>
Don't you mean 
        $stat = `tail -n 15 $log`;
        @stat = split " ",$stat;
?

Steve

---
Steve Shipway: ITSS, University of Auckland
Email: [EMAIL PROTECTED]  Web: http://www.steveshipway.org/  
** We can only discover new oceans when we have the **
** courage to lose sight of the shore.              **


-- Attached file removed by Ecartis and put at URL below --
-- Type: text/x-vcard
-- Size: 155 bytes
-- URL : http://www.ee.ethz.ch/~slist/p/03-Steve%20Shipway.vcf


--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to