Hi, I have this code:
open FILE, "< $SYSLOG" or die $!;
                seek FILE,10,2;
                read FILE,$buf,10;
                                
                
                if($buf =~ /success$/) 
                
   And there is always nothing in $buf althought the file ends with success.
   
   Why?                 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to