Help for this page
#! perl -slw use strict; ... for $i[ 0 ] ( 0 .. 5 ) { print "@i"; }
syntax error at C:\test\junk1.pl line 10, near "$i[" Execution of C:\test\junk1.pl aborted due to compilation errors.