Help for this page

Select Code to Download


  1. or download this
    use File::BOM;
    open(IN,"< d:\\input.txt");
    ($encoding, $spillage) = get_encoding_from_filehandle(HANDLE);
    close IN;
    
  2. or download this
    "Undefined subroutine &main::get_encoding_from_filehandle called"