in reply to Re^2: Split string in groups with non white space using regex
in thread Split string in groups with non white space using regex

(.+)\|? AKA one or none?

«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