Help for this page

Select Code to Download


  1. or download this
    my ( @a, @b );
    @a = ( 1, 2, 3 );
    
    foreach ( 0 .. $#a ) { }
    
  2. or download this
    foreach ( 0 .. $#b ) { }