Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    }
    
    exit 0;
    
  2. or download this
    use File::BOM qw( open_bom );
    
    open my $input_fh, '<:via(File::BOM)', $input_file;
    open my $output_fh, '>:encoding(UTF-8):via(File::BOM)', $output_file;