in reply to Re: Proper way to work with columns
in thread Proper way to work with columns

Hello Athanasius, I want to avoid using CPAN modules as I don't have a root privileges to install modules. If it possible to parse the output by "native" perl code I prefer this way.

Replies are listed 'Best First'.
Re^3: Proper way to work with columns
by Anonymous Monk on Dec 27, 2016 at 06:32 UTC

    Hello Athanasius, I want to avoid using CPAN modules as I don't have a root privileges to install modules. If it possible to parse the output by "native" perl code I prefer this way.

    Hi,

    Root privileges are not required to install module see Yes, even you can use CPAN

      Yes, I know, but it's not my case due to some specific system design on our servers.