Help for this page

Select Code to Download


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