Help for this page
Select Code to Download
Select
or
download this
my %hash = $_ =~ /([^|:]+):([^|:]+)(?:\z|\|)/g;
Select
or
download this
my %hash = $big_string =~ /([^|:]+):([^|:]+)(?:\z|\|)/g;