Help for this page
my $substring = (split( ';', $string))[2];
my $substring = (split( /;/, $string))[2];