Help for this page

Select Code to Download


  1. or download this
    <meta http-equiv="Content-Type" content="text/html; charset=windows-12
    +51" />
    
  2. or download this
    use strict;
    use LWP::UserAgent;
    ...
    } else {
        warn 'ERROR: no HTML ',$response->status_line;
    }
    
  3. or download this
    open my $fh, '>:encoding(iso-8859-5)', 'c:/data/captions2.txt';
    print $fh join '\n', @captions;
    
  4. or download this
    "\x{00ff}" does not map to iso-8859-5.