i.e. being able to do
$result = `my command`;
using :raw, :utf8, etc.
Any special variables I don’t know about, alternative methods or modules that can be used?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well I don’t know if there are any special variables, but why not use open() for that task? You can specify the encoding on pipes like you would on files: