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


in reply to Splitting program into modules

I don‘t know how you count. Perhaps it‘s not so much code if you skip the shebangs, pragmas and all the blanks? And you could consider to use Class::Tiny and Role::Tiny to organize your code? Please use SuperSearch to find some examples i‘ve provided in the past. And sorry, i‘m on my IPad and copying the links is pain in the ass 😕 on this device. 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

Replies are listed 'Best First'.
Re^2: Splitting program into modules
by LanX (Saint) on Nov 11, 2018 at 19:46 UTC