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]
- Re:Seek issue Jorge Goncalvez
- Re:Seek issue Jeff 'japhy/Marillion' Pinyan