my @player_rec = split '|'; #### my @player_rec = split /\|/; #### split /PATTERN/,EXPR,LIMIT