Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: How to handle encoding for STDERR

by ww (Archbishop)
on Feb 11, 2013 at 13:51 UTC ( [id://1018144]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open( my $in, '<', 'path-to-file-name' ) or  die "Can't open path-to-f
    +ile-name, $!";
    
  2. or download this
    my $datafile;
    open (OUT, ">", $datafile ) or die "Can't open $datafile for write, $!
    +";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-04-18 11:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found