in reply to Splitting a long row with multiple delimiters.
"...all the "key=values" in my array...help..."
In a hurry, untested and without any warrenty: my @pairs = grep {/(.+=.*)/} split / /, $line;
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
|
|---|