Help for this page

Select Code to Download


  1. or download this
    @a = (0,1,2,3,4,5);
    
    ...
    
    print "\$a[2]=$a[2]\n";
    pr;