Help for this page

Select Code to Download


  1. or download this
    for (@b){$a[1]=$_;say:}
    
  2. or download this
    my @a=();
    foreach $a[0](`cat file`){
    ...
      foreach $a[2](grep (/4/, @c)){
       <More statements>
    }}}
    
  3. or download this
    my @a=();
    foreach (`cat file`){
    ...
       $a[2]=$_
       <More statements>
    }}}