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
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
not ok 10 - on an undefined array, scalar context is 0
# Failed test 'on an undefined array, scalar context is 0'# at 04_about_variables.pl.solved line 81.# got: '0'# expected: '__'
from
is (scalar@foo, __, 'on an undefined array, scalar context is 0');
should be
is (__, scalar@foo, 'on an undefined array, scalar context is 0');
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
from
should be
The text was updated successfully, but these errors were encountered: