Help for this page

Select Code to Download


  1. or download this
    @a = ( 1, 2, 3, 4);
    for(@a) {
        print;
    ...
        print @a[$i];
    } 
    print "\n";
    
  2. or download this
    1234
    1234
    1234
    1234