Help for this page
my ($first, $second) = split /::/, $readline, 3;
my (@fields) = split /::/, $readline;