Help for this page

Select Code to Download


  1. or download this
    my @record = split /(["<",">"])/;
  2. or download this
    while (<OLDFILE>) {
      chomp;
    
    ...
    
      print NEWFILE "$last, $first, $email\n";
    }