Help for this page
Select Code to Download
Select
or
download this
my @code = split /,/, $tokens;
Select
or
download this
my %code = map { $_ => 1 } split /,/, $tokens;
Select
or
download this
my %code; my @code = split /,/, $tokens; $code{$code[$_]} = $_ for 0 .. $#code;