You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of uninitialized value $keyboard[3] in substitution (s///) at wordle.pl line 113, line 1.
Use of uninitialized value $keyboard[3] in substitution (s///) at wordle.pl line 113, line 1.
Use of uninitialized value $keyboard[4] in substitution (s///) at wordle.pl line 113, line 1.
Need this patch around line 110-ish
foreach my $gc(split (//,$guess)){
my $c=($answer=~/$gc/)?color("cyan"):color("red");
my $r=color("reset");
Getting lots of errors that look like this:
Use of uninitialized value $keyboard[3] in substitution (s///) at wordle.pl line 113, line 1.
Use of uninitialized value $keyboard[3] in substitution (s///) at wordle.pl line 113, line 1.
Use of uninitialized value $keyboard[4] in substitution (s///) at wordle.pl line 113, line 1.
Need this patch around line 110-ish
The text was updated successfully, but these errors were encountered: