Help for this page

Select Code to Download


  1. or download this
    my @nets = "in1_[0], in1_[1]";
    
  2. or download this
    my @nets = "a_c, b_c, N_05";
    
  3. or download this
    while (<DATA>){
    print "substitution is done" if (s/$nets[0]/$nets[1]/);
    }
    
  4. or download this
    -DATA-
    in1_c[0]
    ...
    in1_c[1]
    in1_c[0]
    in1_c[1]