[EMAIL PROTECTED] (Anish Kumar K.) wrote in
news:[EMAIL PROTECTED]: 

> system("tail -1 cipe.log > a.txt");
> open INPUT,"a.txt";
> my $line=<INPUT>;

my $line = qx(tail -1 cipe.log);

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to