in reply to Split line with corresponding columns and values

my %values = split /\\/, $string;
Then
$values{player_0} eq 'STOMP'
etc.
  • Comment on Re: Split line with corresponding columns and values