Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: sysread() is deprecated on :utf8 handles

by ikegami (Patriarch)
on Jul 21, 2017 at 03:19 UTC ( [id://1195666]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    binmode($fh);  # Or open with :raw
    
    ...
    }
    
    die("Premature EOF") if length($buf);
    
  2. or download this
    binmode($fh_in);   # Or open with :raw
    binmode($fh_out);  # Or open with :raw
    ...
    
       print($fh_out $buf);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (9)
As of 2024-03-28 12:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found