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.
@miroatme i was mostly thinking of tests that involved wantarray() and interpreting arrays in scalar context.. it is absolutely something that could be written by someone else (you?) and PR'd in.
right now, the time i have for this project is being directed at the 'fixing' branch
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is mentions in about_truth.pl on line 49:
ok ('', 'an array in scalar context is true'); # see about_context.pl for more information
Yet if you look there is no about_context.pl:
[22:46:12][miro@~/g/PerlKoans] ls -lathr ~+/about_*
-rw-r--r-- 1 miro staff 7.3K Nov 17 21:28 /Users/miro/git/PerlKoans/about_variables.pl
-rw-r--r-- 1 miro staff 4.2K Nov 17 21:28 /Users/miro/git/PerlKoans/about_time.pl
-rw-r--r-- 1 miro staff 4.7K Nov 17 21:28 /Users/miro/git/PerlKoans/about_sort.pl
-rw-r--r-- 1 miro staff 3.4K Nov 17 21:28 /Users/miro/git/PerlKoans/about_scope.pl
-rw-r--r-- 1 miro staff 7.5K Nov 17 21:28 /Users/miro/git/PerlKoans/about_re.pl
-rw-r--r-- 1 miro staff 5.5K Nov 17 21:28 /Users/miro/git/PerlKoans/about_perlvars.pl
-rw-r--r-- 1 miro staff 3.4K Nov 17 21:28 /Users/miro/git/PerlKoans/about_math.pl
-rw-r--r-- 1 miro staff 5.5K Nov 17 21:28 /Users/miro/git/PerlKoans/about_loops.pl
-rw-r--r-- 1 miro staff 9.8K Nov 17 21:28 /Users/miro/git/PerlKoans/about_io.pl
-rw-r--r-- 1 miro staff 11K Nov 17 21:28 /Users/miro/git/PerlKoans/about_functions.pl
-rw-r--r-- 1 miro staff 4.3K Nov 17 21:28 /Users/miro/git/PerlKoans/about_files.pl
-rw-r--r-- 1 miro staff 4.7K Nov 17 21:28 /Users/miro/git/PerlKoans/about_exceptions.pl
-rw-r--r-- 1 miro staff 2.7K Nov 17 21:28 /Users/miro/git/PerlKoans/about_dice_project.pl
-rw-r--r-- 1 miro staff 3.8K Nov 17 21:28 /Users/miro/git/PerlKoans/about_defined.pl
-rw-r--r-- 1 miro staff 5.4K Nov 17 21:28 /Users/miro/git/PerlKoans/about_control.pl
-rw-r--r-- 1 miro staff 2.6K Nov 17 22:41 /Users/miro/git/PerlKoans/about_koans.pl
-rw-r--r-- 1 miro staff 2.7K Nov 17 22:42 /Users/miro/git/PerlKoans/about_truth.pl
The text was updated successfully, but these errors were encountered: