http://www.perlmonks.org?node_id=1204201


in reply to Re^4: Loading a part of the file to array using Tie::File
in thread Loading a part of the file to array using Tie::File

Or do you see any serious use cases for it?

I do not. Let's revisit my first words on this: "First of all, you don't want Tie::File. You never want Tie::File."

  • Comment on Re^5: Loading a part of the file to array using Tie::File

Replies are listed 'Best First'.
Re^6: Loading a part of the file to array using Tie::File
by karlgoethebier (Abbot) on Nov 25, 2017 at 19:37 UTC

    Thank you very much for advice ikegami. Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help