Help for this page
my @player_rec = split '|';
my @player_rec = split /\|/;
split /PATTERN/,EXPR,LIMIT