Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Module to read - modify - write text files in any unicode encoding

by ikegami (Patriarch)
on May 19, 2008 at 22:21 UTC ( [id://687485]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper qw( Dumper );
    
    ...
       my $data = <$fh>;
       print("Read: ", txtdump($data), "\n");
    }
    
  2. or download this
    Orig: "foo\nbar\n"
    File: 66 00 6F 00 6F 00 0D 00 0A 00 62 00 61 00 72 00 0D 00 0A 00
    Read: "foo\nbar\n"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-03-29 12:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found