Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: pp module messes encoding

by Anonymous Monk
on May 14, 2011 at 14:10 UTC ( [id://904830]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use feature 'state';
    ...
      print $txt "\x{feff}".join('',@_);
      close $txt ;
    }
    
  2. or download this
    $ pp pm904757.pl
    
    ...
    
    $ perl pm904757.pl
    6281  pm904757.pl-out.txt
    
  3. or download this
    $ a
    6294  a.exe-out.txt
    
    ...
    
    $ perl pm904757.pl
    6330  pm904757.pl-out.txt
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://904830]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-20 04:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found