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

hehe, why you didnt follow the links and read?
  • 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 11:36 UTC
    "hehe..."

    Thank you very much for advice Dr Wisenheimer.

    BTW, the full story: Some years ago, when i started using Perl i had some success with Tie::File from time to time. It worked as designed - and absolutely reliable. I didn't care much about performance. And i thought: Wow! How cool is this concept. Then i didn't use it for many years.

    Now some esteemed fellow monks point me to the pros and cons...

    See also ;-)

    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