in reply to Re: Question on File Handler and Subroutines in Perl
in thread Question on File Handler and Subroutines in Perl

Hi karlgoethebier,

Thank you for your suggestion!

I will read the perlop (:

Thank you! (:

  • Comment on Re^2: Question on File Handler and Subroutines in Perl

Replies are listed 'Best First'.
Re^3: Question on File Handler and Subroutines in Perl
by karlgoethebier (Abbot) on Mar 06, 2019 at 14:13 UTC

    See also

    «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