Help for this page

Select Code to Download


  1. or download this
    s/$Npod/$N$1$n/s for @file;
    
  2. or download this
    foreach my $line (@file) {
       $line =~ s/$Npod/$N$1$n/s;
    }