Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    binmode STDERR, ":encoding(koi8-r)";
    binmode STDOUT, ":encoding(koi8-r)";
    mysub();
    
  2. or download this
    print STDERR $caller[1];
    
  3. or download this
    print STDOUT $caller[1];
    
  4. or download this
    binmode STDERR, ':raw';