Help for this page
$option_line = join ' ', @ARGV; #reconstitute my @pairs = $option_line =~ m/(\w+:\s+\w+)/g; # grab option pairs ... # save each pair in hash $option{$name} = $value; }
our %opt_hash; #can't use my use Getopt::Declare; ... [repeatable] }; # untested