Help for this page

Select Code to Download


  1. or download this
     while ( my $line = <IN> ) {
         $line =~ s/^\x{FEFF}//;    
         print OUT $line;
    
  2. or download this
    s/^\x{FEFF}//g