Help for this page

Select Code to Download


  1. or download this
    $ cat in.txt
    }cýæu}*]…‘¦å
    hello ›ÇÁ
    
  2. or download this
    use warnings;
    use strict;
    ...
        print $wfh "file: $_\n";
        print "stdout: $_\n";
    }
    
  3. or download this
    # output file
    file: }cýæu}*]…‘¦å
    ...
    # stdout
    stdout: }cýæu}*]…‘¦å
    stdout: hello ›ÇÁ