How to Install libfile-readbackwards-perl in Ubuntu 18.04



Install libfile-readbackwards-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libfile-readbackwards-perl

Description:

Perl module for reading a file backwards by lines

File::ReadBackwards reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a tied handle interface. . It is intended for processing log and other similar text files which typically have their newest entries appended to them. By default files are assumed to be plain text and have a line ending appropriate to the OS. But you can set the input record separator string on a per file basis.

Homepage: https://metacpan.org/release/File-ReadBackwards

Version: 1.05-2

Section: universe/perl